Html Css Color HEX #E5C05A Cream Can

📋 copy color: '#E5C05A'

red 229 ◦ green 192 ◦ blue 90

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

Shades of Cream Can #E5C05A

Tints of Cream Can #E5C05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.57%

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

R = 44.81%
G = 37.57%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5C05A (or 0xE5C05A) is known color: Cream Can. HEX triplet: E5, C0 and 5A. RGB value is (229,192,90). Sum of RGB (Red+Green+Blue) = 229+192+90=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C05A is #1A3FA5. Grayscale: #BFBFBF. Windows color (decimal): -1720230 or 5947621. OLE color: 5947621.

HSL color Cylindrical-coordinate representation of color #E5C05A: hue angle of 44.03º 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 #E5C05A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 90 -
CMYK 0 0.16 0.61 0.10
HSL 44.03º 0.73% 0.63% -
HSV(B) 44.03º 0.61% 0.9% -
XYZ 53.01 55.1 17.51 -
YUV 191.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 229 192 90 0 0.16 0.61 0.10 44.03 0.73 0.63
Hex E5 C0 5A 0 10 3D A 2C 49 3F
Octal 345 300 132 0 20 75 12 54 111 77
Binary 11100101 11000000 1011010 0 10000 111101 1010 101100 1001001 111111

Color Harmonies of #E5C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C05A

Black with #E5C05A

Text Example


Text Example

White with #E5C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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