Html Css Color HEX #E8D649 Festival

📋 copy color: '#E8D649'

red 232 ◦ green 214 ◦ blue 73

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

Shades of Festival #E8D649

Tints of Festival #E8D649

RGB

 RED value IS 232 (91.02% from 255) = 44.7%

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 73 (28.91% from 255) = 14.07%

R = 44.7%
G = 41.23%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E8D649 (or 0xE8D649) is known color: Festival. HEX triplet: E8, D6 and 49. RGB value is (232,214,73). Sum of RGB (Red+Green+Blue) = 232+214+73=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D649 is #1729B6. Grayscale: #CBCBCB. Windows color (decimal): -1518007 or 4839144. OLE color: 4839144.

HSL color Cylindrical-coordinate representation of color #E8D649: hue angle of 53.21º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8D649 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 214 73 -
CMYK 0 0.08 0.69 0.09
HSL 53.21º 0.78% 0.6% -
HSV(B) 53.21º 0.69% 0.91% -
XYZ 58.53 65.73 15.91 -
YUV 203.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 232 214 73 0 0.08 0.69 0.09 53.21 0.78 0.6
Hex E8 D6 49 0 8 45 9 35 4E 3C
Octal 350 326 111 0 10 105 11 65 116 74
Binary 11101000 11010110 1001001 0 1000 1000101 1001 110101 1001110 111100

Color Harmonies of #E8D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D649

Black with #E8D649

Text Example


Text Example

White with #E8D649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D649; }

 p { color: rgb(232,214,73); }

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

background-color css

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

 a { background-color: rgb(232,214,73); }

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

border-color css

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

 span { border-color: rgb(232,214,73); }

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