Html Css Color HEX #E1C255 Cream Can

📋 copy color: '#E1C255'

red 225 ◦ green 194 ◦ blue 85

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

Shades of Cream Can #E1C255

Tints of Cream Can #E1C255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 44.64%
G = 38.49%
B = 16.87%

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

#E1C255 (or 0xE1C255) is known color: Cream Can. HEX triplet: E1, C2 and 55. RGB value is (225,194,85). Sum of RGB (Red+Green+Blue) = 225+194+85=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C255 is #1E3DAA. Grayscale: #BFBFBF. Windows color (decimal): -1981867 or 5620449. OLE color: 5620449.

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

Color convert

RGB 225 194 85 -
CMYK 0 0.14 0.62 0.12
HSL 46.71º 0.7% 0.61% -
HSV(B) 46.71º 0.62% 0.88% -
XYZ 51.98 55.25 16.52 -
YUV 190.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 225 194 85 0 0.14 0.62 0.12 46.71 0.7 0.61
Hex E1 C2 55 0 E 3E C 2F 46 3D
Octal 341 302 125 0 16 76 14 57 106 75
Binary 11100001 11000010 1010101 0 1110 111110 1100 101111 1000110 111101

Color Harmonies of #E1C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C255

Black with #E1C255

Text Example


Text Example

White with #E1C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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