Html Css Color HEX #E2C45C Cream Can

📋 copy color: '#E2C45C'

red 226 ◦ green 196 ◦ blue 92

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

Shades of Cream Can #E2C45C

Tints of Cream Can #E2C45C

RGB

 RED value IS 226 (88.67% from 255) = 43.97%

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 92 (36.33% from 255) = 17.9%

R = 43.97%
G = 38.13%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2C45C (or 0xE2C45C) is known color: Cream Can. HEX triplet: E2, C4 and 5C. RGB value is (226,196,92). Sum of RGB (Red+Green+Blue) = 226+196+92=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C45C is #1D3BA3. Grayscale: #C1C1C1. Windows color (decimal): -1915812 or 6079714. OLE color: 6079714.

HSL color Cylindrical-coordinate representation of color #E2C45C: hue angle of 46.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2C45C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 196 92 -
CMYK 0 0.13 0.59 0.11
HSL 46.57º 0.7% 0.62% -
HSV(B) 46.57º 0.59% 0.89% -
XYZ 53.04 56.42 18.22 -
YUV 193.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 226 196 92 0 0.13 0.59 0.11 46.57 0.7 0.62
Hex E2 C4 5C 0 D 3B B 2F 46 3E
Octal 342 304 134 0 15 73 13 57 106 76
Binary 11100010 11000100 1011100 0 1101 111011 1011 101111 1000110 111110

Color Harmonies of #E2C45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C45C

Black with #E2C45C

Text Example


Text Example

White with #E2C45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C45C; }

 p { color: rgb(226,196,92); }

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

background-color css

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

 a { background-color: rgb(226,196,92); }

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

border-color css

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

 span { border-color: rgb(226,196,92); }

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