#E1CD7B

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

Shades of Sandwisp #E1CD7B

Tints of Sandwisp #E1CD7B

Color information

#E1CD7B (or 0xE1CD7B) is unknown color: approx Sandwisp. HEX triplet: E1, CD and 7B. RGB value is (225,205,123). Sum of RGB (Red+Green+Blue) = 225+205+123=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD7B is #1E3284. Grayscale: #C9C9C9. Windows color (decimal): -1979013 or 8113633. OLE color: 8113633.

HSL color Cylindrical-coordinate representation of color #E1CD7B: hue angle of 48.24º 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 #E1CD7B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225205123-
CMYK00.090.450.12
HSL48.24º62.96%68.24%-
HSV(B)48.24º45.33%88.24%-
XYZ56.4661.127.56-
YUV201.6383.63144.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=40.69%
G=37.07%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520512300.090.450.1248.2462.9668.24
HexE1CD7B092DC303f44
Octal34131517301155146077104
Binary111000011100110111110110100110110111001100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD7B; }

 p { color: rgb(225,205,123); }

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

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

 a { background-color: rgb(225,205,123); }

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

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

 span { border-color: rgb(225,205,123); }

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