Html Css Color HEX #E5C55A Cream Can

📋 copy color: '#E5C55A'

red 229 ◦ green 197 ◦ blue 90

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

Shades of Cream Can #E5C55A

Tints of Cream Can #E5C55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 44.38%
G = 38.18%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5C55A (or 0xE5C55A) is known color: Cream Can. HEX triplet: E5, C5 and 5A. RGB value is (229,197,90). Sum of RGB (Red+Green+Blue) = 229+197+90=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C55A is #1A3AA5. Grayscale: #C2C2C2. Windows color (decimal): -1718950 or 5948901. OLE color: 5948901.

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

Color convert

RGB 229 197 90 -
CMYK 0 0.14 0.61 0.10
HSL 46.19º 0.73% 0.63% -
HSV(B) 46.19º 0.61% 0.9% -
XYZ 54.12 57.33 17.89 -
YUV 194.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 229 197 90 0 0.14 0.61 0.10 46.19 0.73 0.63
Hex E5 C5 5A 0 E 3D A 2E 49 3F
Octal 345 305 132 0 16 75 12 56 111 77
Binary 11100101 11000101 1011010 0 1110 111101 1010 101110 1001001 111111

Color Harmonies of #E5C55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C55A

Black with #E5C55A

Text Example


Text Example

White with #E5C55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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