Html Css Color HEX #E1C155 Cream Can

📋 copy color: '#E1C155'

red 225 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #E1C155

Tints of Cream Can #E1C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

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

R = 44.73%
G = 38.37%
B = 16.9%

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

#E1C155 (or 0xE1C155) is known color: Cream Can. HEX triplet: E1, C1 and 55. RGB value is (225,193,85). Sum of RGB (Red+Green+Blue) = 225+193+85=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C155 is #1E3EAA. Grayscale: #BEBEBE. Windows color (decimal): -1982123 or 5620193. OLE color: 5620193.

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

Color convert

RGB 225 193 85 -
CMYK 0 0.14 0.62 0.12
HSL 46.29º 0.7% 0.61% -
HSV(B) 46.29º 0.62% 0.88% -
XYZ 51.76 54.8 16.44 -
YUV 190.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 225 193 85 0 0.14 0.62 0.12 46.29 0.7 0.61
Hex E1 C1 55 0 E 3E C 2E 46 3D
Octal 341 301 125 0 16 76 14 56 106 75
Binary 11100001 11000001 1010101 0 1110 111110 1100 101110 1000110 111101

Color Harmonies of #E1C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C155

Black with #E1C155

Text Example


Text Example

White with #E1C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C155; }

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

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

background-color css

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

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

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

border-color css

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

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

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