#E5CE7A

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

Shades of Sandwisp #E5CE7A

Tints of Sandwisp #E5CE7A

Color information

#E5CE7A (or 0xE5CE7A) is unknown color: approx Sandwisp. HEX triplet: E5, CE and 7A. RGB value is (229,206,122). Sum of RGB (Red+Green+Blue) = 229+206+122=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE7A is #1A3185. Grayscale: #CBCBCB. Windows color (decimal): -1716614 or 8048357. OLE color: 8048357.

HSL color Cylindrical-coordinate representation of color #E5CE7A: hue angle of 47.1º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5CE7A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229206122-
CMYK00.100.470.10
HSL47.1º67.3%68.82%-
HSV(B)47.1º46.72%89.8%-
XYZ57.962.2127.37-
YUV203.382.12146.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=41.11%
G=36.98%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920612200.100.470.1047.167.368.82
HexE5CE7A0A2FA2f4345
Octal345316172012571257103105
Binary1110010111001110111101001010101111101010111110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CE7A; }

 p { color: rgb(229,206,122); }

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

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

 a { background-color: rgb(229,206,122); }

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

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

 span { border-color: rgb(229,206,122); }

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