#E5D04E

Color #E5D04E Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E5D04E

Tints of Festival #E5D04E

Color information

#E5D04E (or 0xE5D04E) is unknown color: approx Festival. HEX triplet: E5, D0 and 4E. RGB value is (229,208,78). Sum of RGB (Red+Green+Blue) = 229+208+78=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D04E is #1A2FB1. Grayscale: #C8C8C8. Windows color (decimal): -1716146 or 5165285. OLE color: 5165285.

HSL color Cylindrical-coordinate representation of color #E5D04E: hue angle of 51.66º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D04E is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB22920878-
CMYK00.090.660.10
HSL51.66º74.38%60.2%-
HSV(B)51.66º65.94%89.8%-
XYZ56.2462.3216.27-
YUV199.4659.46149.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 78 (30.86% from 255) = 15.15%
R=44.47%
G=40.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292087800.090.660.1051.6674.3860.2
HexE5D04E0942A344a3c
Octal345320116011102126411274
Binary1110010111010000100111001001100001010101101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D04E; }

 p { color: rgb(229,208,78); }

 H1.HeaderClassName
 {
   color: #E5D04E;
 }
 .AnyTagClassName
 {
   color: #E5D04E;
 }
</style>
background-color css

<style>
 a { background-color: #E5D04E; }

 a { background-color: rgb(229,208,78); }

 div.DivClassName
 {
   background-color: #E5D04E;
 }
 .BgClassName
 {
   background-color: #E5D04E;
 }
</style>
border-color css

<style>
 span { border-color: #E5D04E; }

 span { border-color: rgb(229,208,78); }

 td.TdClassName
 {
   border-color: #E5D04E;
 }
 .TagClassName
 {
   border-color: #E5D04E;
 }
</style>