Html Css Color HEX #E1C152 Cream Can

📋 copy color: '#E1C152'

red 225 ◦ green 193 ◦ blue 82

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

Shades of Cream Can #E1C152

Tints of Cream Can #E1C152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 45%
G = 38.6%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C152 (or 0xE1C152) is known color: Cream Can. HEX triplet: E1, C1 and 52. RGB value is (225,193,82). Sum of RGB (Red+Green+Blue) = 225+193+82=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C152 is #1E3EAD. Grayscale: #BEBEBE. Windows color (decimal): -1982126 or 5423585. OLE color: 5423585.

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

Color convert

RGB 225 193 82 -
CMYK 0 0.14 0.64 0.12
HSL 46.57º 0.7% 0.6% -
HSV(B) 46.57º 0.64% 0.88% -
XYZ 51.64 54.76 15.83 -
YUV 189.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 225 193 82 0 0.14 0.64 0.12 46.57 0.7 0.6
Hex E1 C1 52 0 E 40 C 2F 46 3C
Octal 341 301 122 0 16 100 14 57 106 74
Binary 11100001 11000001 1010010 0 1110 1000000 1100 101111 1000110 111100

Color Harmonies of #E1C152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C152

Black with #E1C152

Text Example


Text Example

White with #E1C152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C152; }

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

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

background-color css

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

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

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

border-color css

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

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

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