Html Css Color HEX #E4D14E Festival

📋 copy color: '#E4D14E'

red 228 ◦ green 209 ◦ blue 78

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

Shades of Festival #E4D14E

Tints of Festival #E4D14E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 78 (30.86% from 255) = 15.15%

R = 44.27%
G = 40.58%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E4D14E (or 0xE4D14E) is known color: Festival. HEX triplet: E4, D1 and 4E. RGB value is (228,209,78). Sum of RGB (Red+Green+Blue) = 228+209+78=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D14E is #1B2EB1. Grayscale: #C8C8C8. Windows color (decimal): -1781426 or 5165540. OLE color: 5165540.

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

Color convert

RGB 228 209 78 -
CMYK 0 0.08 0.66 0.11
HSL 52.4º 0.74% 0.6% -
HSV(B) 52.4º 0.66% 0.89% -
XYZ 56.17 62.64 16.34 -
YUV 199.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 228 209 78 0 0.08 0.66 0.11 52.4 0.74 0.6
Hex E4 D1 4E 0 8 42 B 34 4A 3C
Octal 344 321 116 0 10 102 13 64 112 74
Binary 11100100 11010001 1001110 0 1000 1000010 1011 110100 1001010 111100

Color Harmonies of #E4D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D14E

Black with #E4D14E

Text Example


Text Example

White with #E4D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D14E; }

 p { color: rgb(228,209,78); }

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

background-color css

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

 a { background-color: rgb(228,209,78); }

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

border-color css

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

 span { border-color: rgb(228,209,78); }

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