Html Css Color HEX #E9D14B Festival

📋 copy color: '#E9D14B'

red 233 ◦ green 209 ◦ blue 75

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

Shades of Festival #E9D14B

Tints of Festival #E9D14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

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

R = 45.07%
G = 40.43%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9D14B (or 0xE9D14B) is known color: Festival. HEX triplet: E9, D1 and 4B. RGB value is (233,209,75). Sum of RGB (Red+Green+Blue) = 233+209+75=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D14B is #162EB4. Grayscale: #C9C9C9. Windows color (decimal): -1453749 or 4968937. OLE color: 4968937.

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

Color convert

RGB 233 209 75 -
CMYK 0 0.10 0.68 0.09
HSL 50.89º 0.78% 0.6% -
HSV(B) 50.89º 0.68% 0.91% -
XYZ 57.67 63.43 15.86 -
YUV 200.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 233 209 75 0 0.10 0.68 0.09 50.89 0.78 0.6
Hex E9 D1 4B 0 A 44 9 33 4E 3C
Octal 351 321 113 0 12 104 11 63 116 74
Binary 11101001 11010001 1001011 0 1010 1000100 1001 110011 1001110 111100

Color Harmonies of #E9D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D14B

Black with #E9D14B

Text Example


Text Example

White with #E9D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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