Html Css Color HEX #E9D64C Festival

📋 copy color: '#E9D64C'

red 233 ◦ green 214 ◦ blue 76

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

Shades of Festival #E9D64C

Tints of Festival #E9D64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.53%

R = 44.55%
G = 40.92%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9D64C (or 0xE9D64C) is known color: Festival. HEX triplet: E9, D6 and 4C. RGB value is (233,214,76). Sum of RGB (Red+Green+Blue) = 233+214+76=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D64C is #1629B3. Grayscale: #CCCCCC. Windows color (decimal): -1452468 or 5035753. OLE color: 5035753.

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

Color convert

RGB 233 214 76 -
CMYK 0 0.08 0.67 0.09
HSL 52.74º 0.78% 0.61% -
HSV(B) 52.74º 0.67% 0.91% -
XYZ 58.96 65.94 16.46 -
YUV 203.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 233 214 76 0 0.08 0.67 0.09 52.74 0.78 0.61
Hex E9 D6 4C 0 8 43 9 35 4E 3D
Octal 351 326 114 0 10 103 11 65 116 75
Binary 11101001 11010110 1001100 0 1000 1000011 1001 110101 1001110 111101

Color Harmonies of #E9D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D64C

Black with #E9D64C

Text Example


Text Example

White with #E9D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D64C; }

 p { color: rgb(233,214,76); }

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

background-color css

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

 a { background-color: rgb(233,214,76); }

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

border-color css

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

 span { border-color: rgb(233,214,76); }

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