#e1cc62

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

Shades of Golden Sand #E1CC62

Tints of Golden Sand #E1CC62

Color information

#E1CC62 (or 0xE1CC62) is unknown color: approx Golden Sand. HEX triplet: E1, CC and 62. RGB value is (225,204,98). Sum of RGB (Red+Green+Blue) = 225+204+98=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC62 is #1E339D. Grayscale: #C6C6C6. Windows color (decimal): -1979294 or 6474977. OLE color: 6474977.

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

Color convert

RGB22520498-
CMYK00.090.560.12
HSL50.08º67.91%63.33%-
HSV(B)50.08º56.44%88.24%-
XYZ54.8560.0820.26-
YUV198.1971.46147.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 18.60%
R=42.69%
G=38.71%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252049800.090.560.1250.0867.9163.33
HexE1CC620938C32443f
Octal34131414201170146210477
Binary111000011100110011000100100111100011001100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1cc62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1cc62; }

 p { color: rgb(225,204,98); }

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

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

 a { background-color: rgb(225,204,98); }

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

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

 span { border-color: rgb(225,204,98); }

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