Html Css Color HEX #E1C256 Cream Can

📋 copy color: '#E1C256'

red 225 ◦ green 194 ◦ blue 86

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

Shades of Cream Can #E1C256

Tints of Cream Can #E1C256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.42%

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

R = 44.55%
G = 38.42%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1C256 (or 0xE1C256) is known color: Cream Can. HEX triplet: E1, C2 and 56. RGB value is (225,194,86). Sum of RGB (Red+Green+Blue) = 225+194+86=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C256 is #1E3DA9. Grayscale: #BFBFBF. Windows color (decimal): -1981866 or 5685985. OLE color: 5685985.

HSL color Cylindrical-coordinate representation of color #E1C256: hue angle of 46.62º 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 #E1C256 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 194 86 -
CMYK 0 0.14 0.62 0.12
HSL 46.62º 0.7% 0.61% -
HSV(B) 46.62º 0.62% 0.88% -
XYZ 52.02 55.26 16.73 -
YUV 190.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 225 194 86 0 0.14 0.62 0.12 46.62 0.7 0.61
Hex E1 C2 56 0 E 3E C 2F 46 3D
Octal 341 302 126 0 16 76 14 57 106 75
Binary 11100001 11000010 1010110 0 1110 111110 1100 101111 1000110 111101

Color Harmonies of #E1C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C256

Black with #E1C256

Text Example


Text Example

White with #E1C256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C256; }

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

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

background-color css

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

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

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

border-color css

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

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

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