Html Css Color HEX #E8D349 Festival

📋 copy color: '#E8D349'

red 232 ◦ green 211 ◦ blue 73

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

Shades of Festival #E8D349

Tints of Festival #E8D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

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

R = 44.96%
G = 40.89%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E8D349 (or 0xE8D349) is known color: Festival. HEX triplet: E8, D3 and 49. RGB value is (232,211,73). Sum of RGB (Red+Green+Blue) = 232+211+73=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D349 is #172CB6. Grayscale: #CACACA. Windows color (decimal): -1518775 or 4838376. OLE color: 4838376.

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

Color convert

RGB 232 211 73 -
CMYK 0 0.09 0.69 0.09
HSL 52.08º 0.78% 0.6% -
HSV(B) 52.08º 0.69% 0.91% -
XYZ 57.78 64.23 15.65 -
YUV 201.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 232 211 73 0 0.09 0.69 0.09 52.08 0.78 0.6
Hex E8 D3 49 0 9 45 9 34 4E 3C
Octal 350 323 111 0 11 105 11 64 116 74
Binary 11101000 11010011 1001001 0 1001 1000101 1001 110100 1001110 111100

Color Harmonies of #E8D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D349

Black with #E8D349

Text Example


Text Example

White with #E8D349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D349; }

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

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

background-color css

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

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

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

border-color css

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

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

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