Html Css Color HEX #E5CC53 Festival

📋 copy color: '#E5CC53'

red 229 ◦ green 204 ◦ blue 83

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

Shades of Festival #E5CC53

Tints of Festival #E5CC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.09%

R = 44.38%
G = 39.53%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E5CC53 (or 0xE5CC53) is known color: Festival. HEX triplet: E5, CC and 53. RGB value is (229,204,83). Sum of RGB (Red+Green+Blue) = 229+204+83=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC53 is #1A33AC. Grayscale: #C6C6C6. Windows color (decimal): -1717165 or 5491941. OLE color: 5491941.

HSL color Cylindrical-coordinate representation of color #E5CC53: hue angle of 49.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5CC53 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 83 -
CMYK 0 0.11 0.64 0.10
HSL 49.73º 0.74% 0.61% -
HSV(B) 49.73º 0.64% 0.9% -
XYZ 55.47 60.47 16.93 -
YUV 197.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 229 204 83 0 0.11 0.64 0.10 49.73 0.74 0.61
Hex E5 CC 53 0 B 40 A 32 4A 3D
Octal 345 314 123 0 13 100 12 62 112 75
Binary 11100101 11001100 1010011 0 1011 1000000 1010 110010 1001010 111101

Color Harmonies of #E5CC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC53

Black with #E5CC53

Text Example


Text Example

White with #E5CC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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