Html Css Color HEX #E5C85A Cream Can

📋 copy color: '#E5C85A'

red 229 ◦ green 200 ◦ blue 90

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

Shades of Cream Can #E5C85A

Tints of Cream Can #E5C85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 44.12%
G = 38.54%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5C85A (or 0xE5C85A) is known color: Cream Can. HEX triplet: E5, C8 and 5A. RGB value is (229,200,90). Sum of RGB (Red+Green+Blue) = 229+200+90=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C85A is #1A37A5. Grayscale: #C4C4C4. Windows color (decimal): -1718182 or 5949669. OLE color: 5949669.

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

Color convert

RGB 229 200 90 -
CMYK 0 0.13 0.61 0.10
HSL 47.48º 0.73% 0.63% -
HSV(B) 47.48º 0.61% 0.9% -
XYZ 54.81 58.7 18.12 -
YUV 196.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 229 200 90 0 0.13 0.61 0.10 47.48 0.73 0.63
Hex E5 C8 5A 0 D 3D A 2F 49 3F
Octal 345 310 132 0 15 75 12 57 111 77
Binary 11100101 11001000 1011010 0 1101 111101 1010 101111 1001001 111111

Color Harmonies of #E5C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C85A

Black with #E5C85A

Text Example


Text Example

White with #E5C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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