Html Css Color HEX #E1C456 Cream Can

📋 copy color: '#E1C456'

red 225 ◦ green 196 ◦ blue 86

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

Shades of Cream Can #E1C456

Tints of Cream Can #E1C456

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 86 (33.98% from 255) = 16.96%

R = 44.38%
G = 38.66%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1C456 (or 0xE1C456) is known color: Cream Can. HEX triplet: E1, C4 and 56. RGB value is (225,196,86). Sum of RGB (Red+Green+Blue) = 225+196+86=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C456 is #1E3BA9. Grayscale: #C0C0C0. Windows color (decimal): -1981354 or 5686497. OLE color: 5686497.

HSL color Cylindrical-coordinate representation of color #E1C456: hue angle of 47.48º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1C456 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 196 86 -
CMYK 0 0.13 0.62 0.12
HSL 47.48º 0.7% 0.61% -
HSV(B) 47.48º 0.62% 0.88% -
XYZ 52.47 56.16 16.88 -
YUV 192.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 225 196 86 0 0.13 0.62 0.12 47.48 0.7 0.61
Hex E1 C4 56 0 D 3E C 2F 46 3D
Octal 341 304 126 0 15 76 14 57 106 75
Binary 11100001 11000100 1010110 0 1101 111110 1100 101111 1000110 111101

Color Harmonies of #E1C456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C456

Black with #E1C456

Text Example


Text Example

White with #E1C456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C456; }

 p { color: rgb(225,196,86); }

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

background-color css

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

 a { background-color: rgb(225,196,86); }

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

border-color css

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

 span { border-color: rgb(225,196,86); }

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