#E0CA7E

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

Shades of Sandwisp #E0CA7E

Tints of Sandwisp #E0CA7E

Color information

#E0CA7E (or 0xE0CA7E) is unknown color: approx Sandwisp. HEX triplet: E0, CA and 7E. RGB value is (224,202,126). Sum of RGB (Red+Green+Blue) = 224+202+126=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA7E is #1F3581. Grayscale: #C8C8C8. Windows color (decimal): -2045314 or 8309472. OLE color: 8309472.

HSL color Cylindrical-coordinate representation of color #E0CA7E: hue angle of 46.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0CA7E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224202126-
CMYK00.100.440.12
HSL46.53º61.25%68.63%-
HSV(B)46.53º43.75%87.84%-
XYZ55.6359.5928.31-
YUV199.9186.29145.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 126 (49.61% from 255) = 22.83%
R=40.58%
G=36.59%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420212600.100.440.1246.5361.2568.63
HexE0CA7E0A2CC2f3d45
Octal34031217601254145775105
Binary111000001100101011111100101010110011001011111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA7E; }

 p { color: rgb(224,202,126); }

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

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

 a { background-color: rgb(224,202,126); }

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

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

 span { border-color: rgb(224,202,126); }

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