Html Css Color HEX #E1C352 Cream Can

📋 copy color: '#E1C352'

red 225 ◦ green 195 ◦ blue 82

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

Shades of Cream Can #E1C352

Tints of Cream Can #E1C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

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

R = 44.82%
G = 38.84%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C352 (or 0xE1C352) is known color: Cream Can. HEX triplet: E1, C3 and 52. RGB value is (225,195,82). Sum of RGB (Red+Green+Blue) = 225+195+82=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C352 is #1E3CAD. Grayscale: #BFBFBF. Windows color (decimal): -1981614 or 5424097. OLE color: 5424097.

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

Color convert

RGB 225 195 82 -
CMYK 0 0.13 0.64 0.12
HSL 47.41º 0.7% 0.6% -
HSV(B) 47.41º 0.64% 0.88% -
XYZ 52.09 55.65 15.98 -
YUV 191.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 225 195 82 0 0.13 0.64 0.12 47.41 0.7 0.6
Hex E1 C3 52 0 D 40 C 2F 46 3C
Octal 341 303 122 0 15 100 14 57 106 74
Binary 11100001 11000011 1010010 0 1101 1000000 1100 101111 1000110 111100

Color Harmonies of #E1C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C352

Black with #E1C352

Text Example


Text Example

White with #E1C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C352; }

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

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

background-color css

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

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

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

border-color css

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

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

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