#E1CD62

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

Shades of Golden Sand #E1CD62

Tints of Golden Sand #E1CD62

Color information

#E1CD62 (or 0xE1CD62) is unknown color: approx Golden Sand. HEX triplet: E1, CD and 62. RGB value is (225,205,98). Sum of RGB (Red+Green+Blue) = 225+205+98=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD62 is #1E329D. Grayscale: #C7C7C7. Windows color (decimal): -1979038 or 6475233. OLE color: 6475233.

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

Color convert

RGB22520598-
CMYK00.090.560.12
HSL50.55º67.91%63.33%-
HSV(B)50.55º56.44%88.24%-
XYZ55.0960.5520.34-
YUV198.7871.13146.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 98 (38.67% from 255) = 18.56%
R=42.61%
G=38.83%
B=18.56%

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
Decimal2252059800.090.560.1250.5567.9163.33
HexE1CD620938C33443f
Octal34131514201170146310477
Binary111000011100110111000100100111100011001100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD62; }

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

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

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

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

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

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

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

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