#E2CA86

Color #E2CA86 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #E2CA86

Tints of Sandwisp #E2CA86

Color information

#E2CA86 (or 0xE2CA86) is unknown color: approx Sandwisp. HEX triplet: E2, CA and 86. RGB value is (226,202,134). Sum of RGB (Red+Green+Blue) = 226+202+134=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA86 is #1D3579. Grayscale: #C9C9C9. Windows color (decimal): -1914234 or 8833762. OLE color: 8833762.

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

Color convert

RGB226202134-
CMYK00.110.410.11
HSL44.35º61.33%70.59%-
HSV(B)44.35º40.71%88.63%-
XYZ56.7960.1331.17-
YUV201.4289.95145.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 134 (52.73% from 255) = 23.84%
R=40.21%
G=35.94%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620213400.110.410.1144.3561.3370.59
HexE2CA860B29B2c3d47
Octal34231220601351135475107
Binary1110001011001010100001100101110100110111011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA86; }

 p { color: rgb(226,202,134); }

 H1.HeaderClassName
 {
   color: #E2CA86;
 }
 .AnyTagClassName
 {
   color: #E2CA86;
 }
</style>
background-color css

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

 a { background-color: rgb(226,202,134); }

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

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

 span { border-color: rgb(226,202,134); }

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