#e1cf61

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

Shades of Golden Sand #E1CF61

Tints of Golden Sand #E1CF61

Color information

#E1CF61 (or 0xE1CF61) is unknown color: approx Golden Sand. HEX triplet: E1, CF and 61. RGB value is (225,207,97). Sum of RGB (Red+Green+Blue) = 225+207+97=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF61 is #1E309E. Grayscale: #C8C8C8. Windows color (decimal): -1978527 or 6410209. OLE color: 6410209.

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

Color convert

RGB22520797-
CMYK00.080.570.12
HSL51.56º68.09%63.14%-
HSV(B)51.56º56.89%88.24%-
XYZ55.5261.520.25-
YUV199.8469.96145.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=42.53%
G=39.13%
B=18.34%

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
Decimal2252079700.080.570.1251.5668.0963.14
HexE1CF610839C34443f
Octal34131714101071146410477
Binary111000011100111111000010100011100111001101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1cf61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1cf61; }

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

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

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

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

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

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

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

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