Html Css Color HEX #E9D14D Festival

📋 copy color: '#E9D14D'

red 233 ◦ green 209 ◦ blue 77

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

Shades of Festival #E9D14D

Tints of Festival #E9D14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 44.89%
G = 40.27%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9D14D (or 0xE9D14D) is known color: Festival. HEX triplet: E9, D1 and 4D. RGB value is (233,209,77). Sum of RGB (Red+Green+Blue) = 233+209+77=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D14D is #162EB2. Grayscale: #C9C9C9. Windows color (decimal): -1453747 or 5100009. OLE color: 5100009.

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

Color convert

RGB 233 209 77 -
CMYK 0 0.10 0.67 0.09
HSL 50.77º 0.78% 0.61% -
HSV(B) 50.77º 0.67% 0.91% -
XYZ 57.74 63.46 16.23 -
YUV 201.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 233 209 77 0 0.10 0.67 0.09 50.77 0.78 0.61
Hex E9 D1 4D 0 A 43 9 33 4E 3D
Octal 351 321 115 0 12 103 11 63 116 75
Binary 11101001 11010001 1001101 0 1010 1000011 1001 110011 1001110 111101

Color Harmonies of #E9D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D14D

Black with #E9D14D

Text Example


Text Example

White with #E9D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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