Html Css Color HEX #E5C955 Festival

📋 copy color: '#E5C955'

red 229 ◦ green 201 ◦ blue 85

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

Shades of Festival #E5C955

Tints of Festival #E5C955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 85 (33.59% from 255) = 16.5%

R = 44.47%
G = 39.03%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E5C955 (or 0xE5C955) is known color: Festival. HEX triplet: E5, C9 and 55. RGB value is (229,201,85). Sum of RGB (Red+Green+Blue) = 229+201+85=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C955 is #1A36AA. Grayscale: #C4C4C4. Windows color (decimal): -1717931 or 5622245. OLE color: 5622245.

HSL color Cylindrical-coordinate representation of color #E5C955: hue angle of 48.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5C955 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 85 -
CMYK 0 0.12 0.63 0.10
HSL 48.33º 0.73% 0.62% -
HSV(B) 48.33º 0.63% 0.9% -
XYZ 54.84 59.09 17.11 -
YUV 196.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 229 201 85 0 0.12 0.63 0.10 48.33 0.73 0.62
Hex E5 C9 55 0 C 3F A 30 49 3E
Octal 345 311 125 0 14 77 12 60 111 76
Binary 11100101 11001001 1010101 0 1100 111111 1010 110000 1001001 111110

Color Harmonies of #E5C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C955

Black with #E5C955

Text Example


Text Example

White with #E5C955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C955; }

 p { color: rgb(229,201,85); }

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

background-color css

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

 a { background-color: rgb(229,201,85); }

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

border-color css

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

 span { border-color: rgb(229,201,85); }

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