Html Css Color HEX #E5D04E Festival

📋 copy color: '#E5D04E'

red 229 ◦ green 208 ◦ blue 78

#E5D04E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #E5D04E

Tints of Festival #E5D04E

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 value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5D04E (or 0xE5D04E) is known color: 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

RGB 229 208 78 -
CMYK 0 0.09 0.66 0.10
HSL 51.66º 0.74% 0.6% -
HSV(B) 51.66º 0.66% 0.9% -
XYZ 56.24 62.32 16.27 -
YUV 199.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 229 208 78 0 0.09 0.66 0.10 51.66 0.74 0.6
Hex E5 D0 4E 0 9 42 A 34 4A 3C
Octal 345 320 116 0 11 102 12 64 112 74
Binary 11100101 11010000 1001110 0 1001 1000010 1010 110100 1001010 111100

Color Harmonies of #E5D04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D04E

Black with #E5D04E

Text Example


Text Example

White with #E5D04E

Text Example


Text Example

HTML Codes & Css Web 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>