Html Css Color HEX #E5CC45 Festival

📋 copy color: '#E5CC45'

red 229 ◦ green 204 ◦ blue 69

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

Shades of Festival #E5CC45

Tints of Festival #E5CC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 45.62%
G = 40.64%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E5CC45 (or 0xE5CC45) is known color: Festival. HEX triplet: E5, CC and 45. RGB value is (229,204,69). Sum of RGB (Red+Green+Blue) = 229+204+69=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC45 is #1A33BA. Grayscale: #C4C4C4. Windows color (decimal): -1717179 or 4574437. OLE color: 4574437.

HSL color Cylindrical-coordinate representation of color #E5CC45: hue angle of 50.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5CC45 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 69 -
CMYK 0 0.11 0.70 0.10
HSL 50.63º 0.75% 0.58% -
HSV(B) 50.63º 0.7% 0.9% -
XYZ 54.98 60.27 14.37 -
YUV 196.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 229 204 69 0 0.11 0.70 0.10 50.63 0.75 0.58
Hex E5 CC 45 0 B 46 A 33 4B 3A
Octal 345 314 105 0 13 106 12 63 113 72
Binary 11100101 11001100 1000101 0 1011 1000110 1010 110011 1001011 111010

Color Harmonies of #E5CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC45

Black with #E5CC45

Text Example


Text Example

White with #E5CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC45; }

 p { color: rgb(229,204,69); }

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

background-color css

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

 a { background-color: rgb(229,204,69); }

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

border-color css

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

 span { border-color: rgb(229,204,69); }

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