Html Css Color HEX #E9D349 Festival

📋 copy color: '#E9D349'

red 233 ◦ green 211 ◦ blue 73

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

Shades of Festival #E9D349

Tints of Festival #E9D349

RGB

 RED value IS 233 (91.41% from 255) = 45.07%

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

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

R = 45.07%
G = 40.81%
B = 14.12%

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

#E9D349 (or 0xE9D349) is known color: Festival. HEX triplet: E9, D3 and 49. RGB value is (233,211,73). Sum of RGB (Red+Green+Blue) = 233+211+73=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D349 is #162CB6. Grayscale: #CACACA. Windows color (decimal): -1453239 or 4838377. OLE color: 4838377.

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

Color convert

RGB 233 211 73 -
CMYK 0 0.09 0.69 0.09
HSL 51.75º 0.78% 0.6% -
HSV(B) 51.75º 0.69% 0.91% -
XYZ 58.1 64.39 15.67 -
YUV 201.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 233 211 73 0 0.09 0.69 0.09 51.75 0.78 0.6
Hex E9 D3 49 0 9 45 9 34 4E 3C
Octal 351 323 111 0 11 105 11 64 116 74
Binary 11101001 11010011 1001001 0 1001 1000101 1001 110100 1001110 111100

Color Harmonies of #E9D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D349

Black with #E9D349

Text Example


Text Example

White with #E9D349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D349; }

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

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

background-color css

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

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

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

border-color css

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

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

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