#E1CE61

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

Shades of Golden Sand #E1CE61

Tints of Golden Sand #E1CE61

Color information

#E1CE61 (or 0xE1CE61) is unknown color: approx Golden Sand. HEX triplet: E1, CE and 61. RGB value is (225,206,97). Sum of RGB (Red+Green+Blue) = 225+206+97=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE61 is #1E319E. Grayscale: #C7C7C7. Windows color (decimal): -1978783 or 6409953. OLE color: 6409953.

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

Color convert

RGB22520697-
CMYK00.080.570.12
HSL51.09º68.09%63.14%-
HSV(B)51.09º56.89%88.24%-
XYZ55.2861.0120.17-
YUV199.2670.29146.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=42.61%
G=39.02%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252069700.080.570.1251.0968.0963.14
HexE1CE610839C33443f
Octal34131614101071146310477
Binary111000011100111011000010100011100111001100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE61; }

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

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

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

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

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

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

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

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