Html Css Color HEX #E5C540 Festival

📋 copy color: '#E5C540'

red 229 ◦ green 197 ◦ blue 64

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

Shades of Festival #E5C540

Tints of Festival #E5C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

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

R = 46.73%
G = 40.2%
B = 13.06%

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

#E5C540 (or 0xE5C540) is known color: Festival. HEX triplet: E5, C5 and 40. RGB value is (229,197,64). Sum of RGB (Red+Green+Blue) = 229+197+64=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C540 is #1A3ABF. Grayscale: #BFBFBF. Windows color (decimal): -1718976 or 4244965. OLE color: 4244965.

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

Color convert

RGB 229 197 64 -
CMYK 0 0.14 0.72 0.10
HSL 48.36º 0.76% 0.57% -
HSV(B) 48.36º 0.72% 0.9% -
XYZ 53.2 56.96 13.04 -
YUV 191.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 229 197 64 0 0.14 0.72 0.10 48.36 0.76 0.57
Hex E5 C5 40 0 E 48 A 30 4C 39
Octal 345 305 100 0 16 110 12 60 114 71
Binary 11100101 11000101 1000000 0 1110 1001000 1010 110000 1001100 111001

Color Harmonies of #E5C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C540

Black with #E5C540

Text Example


Text Example

White with #E5C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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