Html Css Color HEX #E5C440 Festival

📋 copy color: '#E5C440'

red 229 ◦ green 196 ◦ blue 64

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

Shades of Festival #E5C440

Tints of Festival #E5C440

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

 GREEN value IS 196 (76.95% from 255) = 40.08%

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 46.83%
G = 40.08%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5C440 (or 0xE5C440) is known color: Festival. HEX triplet: E5, C4 and 40. RGB value is (229,196,64). Sum of RGB (Red+Green+Blue) = 229+196+64=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C440 is #1A3BBF. Grayscale: #BFBFBF. Windows color (decimal): -1719232 or 4244709. OLE color: 4244709.

HSL color Cylindrical-coordinate representation of color #E5C440: hue angle of 48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5C440 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 196 64 -
CMYK 0 0.14 0.72 0.10
HSL 48º 0.76% 0.57% -
HSV(B) 48º 0.72% 0.9% -
XYZ 52.98 56.51 12.97 -
YUV 190.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 229 196 64 0 0.14 0.72 0.10 48 0.76 0.57
Hex E5 C4 40 0 E 48 A 30 4C 39
Octal 345 304 100 0 16 110 12 60 114 71
Binary 11100101 11000100 1000000 0 1110 1001000 1010 110000 1001100 111001

Color Harmonies of #E5C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C440

Black with #E5C440

Text Example


Text Example

White with #E5C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C440; }

 p { color: rgb(229,196,64); }

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

background-color css

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

 a { background-color: rgb(229,196,64); }

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

border-color css

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

 span { border-color: rgb(229,196,64); }

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