#E1CE7C

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

Shades of Sandwisp #E1CE7C

Tints of Sandwisp #E1CE7C

Color information

#E1CE7C (or 0xE1CE7C) is unknown color: approx Sandwisp. HEX triplet: E1, CE and 7C. RGB value is (225,206,124). Sum of RGB (Red+Green+Blue) = 225+206+124=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE7C is #1E3183. Grayscale: #CACACA. Windows color (decimal): -1978756 or 8179425. OLE color: 8179425.

HSL color Cylindrical-coordinate representation of color #E1CE7C: hue angle of 48.71º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1CE7C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225206124-
CMYK00.080.450.12
HSL48.71º62.73%68.43%-
HSV(B)48.71º44.89%88.24%-
XYZ56.7661.6127.97-
YUV202.3383.79144.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=40.54%
G=37.12%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520612400.080.450.1248.7162.7368.43
HexE1CE7C082DC313f44
Octal34131617401055146177104
Binary111000011100111011111000100010110111001100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE7C; }

 p { color: rgb(225,206,124); }

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

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

 a { background-color: rgb(225,206,124); }

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

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

 span { border-color: rgb(225,206,124); }

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