Html Css Color HEX #E9D64B Festival

📋 copy color: '#E9D64B'

red 233 ◦ green 214 ◦ blue 75

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

Shades of Festival #E9D64B

Tints of Festival #E9D64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.37%

R = 44.64%
G = 41%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9D64B (or 0xE9D64B) is known color: Festival. HEX triplet: E9, D6 and 4B. RGB value is (233,214,75). Sum of RGB (Red+Green+Blue) = 233+214+75=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D64B is #1629B4. Grayscale: #CCCCCC. Windows color (decimal): -1452469 or 4970217. OLE color: 4970217.

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

Color convert

RGB 233 214 75 -
CMYK 0 0.08 0.68 0.09
HSL 52.78º 0.78% 0.6% -
HSV(B) 52.78º 0.68% 0.91% -
XYZ 58.92 65.92 16.28 -
YUV 203.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 233 214 75 0 0.08 0.68 0.09 52.78 0.78 0.6
Hex E9 D6 4B 0 8 44 9 35 4E 3C
Octal 351 326 113 0 10 104 11 65 116 74
Binary 11101001 11010110 1001011 0 1000 1000100 1001 110101 1001110 111100

Color Harmonies of #E9D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D64B

Black with #E9D64B

Text Example


Text Example

White with #E9D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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