Html Css Color HEX #E5CC44 Festival

📋 copy color: '#E5CC44'

red 229 ◦ green 204 ◦ blue 68

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

Shades of Festival #E5CC44

Tints of Festival #E5CC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.57%

R = 45.71%
G = 40.72%
B = 13.57%

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

#E5CC44 (or 0xE5CC44) is known color: Festival. HEX triplet: E5, CC and 44. RGB value is (229,204,68). Sum of RGB (Red+Green+Blue) = 229+204+68=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC44 is #1A33BB. Grayscale: #C4C4C4. Windows color (decimal): -1717180 or 4508901. OLE color: 4508901.

HSL color Cylindrical-coordinate representation of color #E5CC44: hue angle of 50.68º degrees, saturation: 0.76, 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 #E5CC44 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 68 -
CMYK 0 0.11 0.70 0.10
HSL 50.68º 0.76% 0.58% -
HSV(B) 50.68º 0.7% 0.9% -
XYZ 54.95 60.26 14.2 -
YUV 195.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 229 204 68 0 0.11 0.70 0.10 50.68 0.76 0.58
Hex E5 CC 44 0 B 46 A 33 4C 3A
Octal 345 314 104 0 13 106 12 63 114 72
Binary 11100101 11001100 1000100 0 1011 1000110 1010 110011 1001100 111010

Color Harmonies of #E5CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC44

Black with #E5CC44

Text Example


Text Example

White with #E5CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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