Html Css Color HEX #E8D749 Festival

📋 copy color: '#E8D749'

red 232 ◦ green 215 ◦ blue 73

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

Shades of Festival #E8D749

Tints of Festival #E8D749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 44.62%
G = 41.35%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E8D749 (or 0xE8D749) is known color: Festival. HEX triplet: E8, D7 and 49. RGB value is (232,215,73). Sum of RGB (Red+Green+Blue) = 232+215+73=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D749 is #1728B6. Grayscale: #CCCCCC. Windows color (decimal): -1517751 or 4839400. OLE color: 4839400.

HSL color Cylindrical-coordinate representation of color #E8D749: hue angle of 53.58º 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 #E8D749 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 215 73 -
CMYK 0 0.07 0.69 0.09
HSL 53.58º 0.78% 0.6% -
HSV(B) 53.58º 0.69% 0.91% -
XYZ 58.78 66.24 15.99 -
YUV 203.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 232 215 73 0 0.07 0.69 0.09 53.58 0.78 0.6
Hex E8 D7 49 0 7 45 9 36 4E 3C
Octal 350 327 111 0 7 105 11 66 116 74
Binary 11101000 11010111 1001001 0 111 1000101 1001 110110 1001110 111100

Color Harmonies of #E8D749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D749

Black with #E8D749

Text Example


Text Example

White with #E8D749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D749; }

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

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

background-color css

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

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

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

border-color css

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

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

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