Html Css Color HEX #E2C258 Cream Can

📋 copy color: '#E2C258'

red 226 ◦ green 194 ◦ blue 88

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

Shades of Cream Can #E2C258

Tints of Cream Can #E2C258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.32%

R = 44.49%
G = 38.19%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E2C258 (or 0xE2C258) is known color: Cream Can. HEX triplet: E2, C2 and 58. RGB value is (226,194,88). Sum of RGB (Red+Green+Blue) = 226+194+88=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C258 is #1D3DA7. Grayscale: #BFBFBF. Windows color (decimal): -1916328 or 5817058. OLE color: 5817058.

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

Color convert

RGB 226 194 88 -
CMYK 0 0.14 0.61 0.11
HSL 46.09º 0.7% 0.62% -
HSV(B) 46.09º 0.61% 0.89% -
XYZ 52.42 55.46 17.17 -
YUV 191.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 226 194 88 0 0.14 0.61 0.11 46.09 0.7 0.62
Hex E2 C2 58 0 E 3D B 2E 46 3E
Octal 342 302 130 0 16 75 13 56 106 76
Binary 11100010 11000010 1011000 0 1110 111101 1011 101110 1000110 111110

Color Harmonies of #E2C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C258

Black with #E2C258

Text Example


Text Example

White with #E2C258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C258; }

 p { color: rgb(226,194,88); }

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

background-color css

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

 a { background-color: rgb(226,194,88); }

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

border-color css

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

 span { border-color: rgb(226,194,88); }

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