Html Css Color HEX #E4D04A Festival

📋 copy color: '#E4D04A'

red 228 ◦ green 208 ◦ blue 74

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

Shades of Festival #E4D04A

Tints of Festival #E4D04A

RGB

 RED value IS 228 (89.45% from 255) = 44.71%

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 44.71%
G = 40.78%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4D04A (or 0xE4D04A) is known color: Festival. HEX triplet: E4, D0 and 4A. RGB value is (228,208,74). Sum of RGB (Red+Green+Blue) = 228+208+74=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D04A is #1B2FB5. Grayscale: #C7C7C7. Windows color (decimal): -1781686 or 4903140. OLE color: 4903140.

HSL color Cylindrical-coordinate representation of color #E4D04A: hue angle of 52.21º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4D04A is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 208 74 -
CMYK 0 0.09 0.68 0.11
HSL 52.21º 0.74% 0.59% -
HSV(B) 52.21º 0.68% 0.89% -
XYZ 55.79 62.1 15.52 -
YUV 198.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 228 208 74 0 0.09 0.68 0.11 52.21 0.74 0.59
Hex E4 D0 4A 0 9 44 B 34 4A 3B
Octal 344 320 112 0 11 104 13 64 112 73
Binary 11100100 11010000 1001010 0 1001 1000100 1011 110100 1001010 111011

Color Harmonies of #E4D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D04A

Black with #E4D04A

Text Example


Text Example

White with #E4D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D04A; }

 p { color: rgb(228,208,74); }

 H1.HeaderClassName
 {
   color: #E4D04A;
 }
 .AnyTagClassName
 {
   color: #E4D04A;
 }
</style>

background-color css

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

 a { background-color: rgb(228,208,74); }

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

border-color css

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

 span { border-color: rgb(228,208,74); }

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