#EEC962

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

Shades of Golden Sand #EEC962

Tints of Golden Sand #EEC962

Color information

#EEC962 (or 0xEEC962) is unknown color: approx Golden Sand. HEX triplet: EE, C9 and 62. RGB value is (238,201,98). Sum of RGB (Red+Green+Blue) = 238+201+98=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC962 is #11369D. Grayscale: #C8C8C8. Windows color (decimal): -1128094 or 6474222. OLE color: 6474222.

HSL color Cylindrical-coordinate representation of color #EEC962: hue angle of 44.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEC962 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23820198-
CMYK00.160.590.07
HSL44.14º80.46%65.88%-
HSV(B)44.14º58.82%93.33%-
XYZ58.3560.8320.22-
YUV200.3270.26154.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=44.32%
G=37.43%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382019800.160.590.0744.1480.4665.88
HexEEC9620103B72c5042
Octal35631114202073754120102
Binary1110111011001001110001001000011101111110110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC962; }

 p { color: rgb(238,201,98); }

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

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

 a { background-color: rgb(238,201,98); }

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

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

 span { border-color: rgb(238,201,98); }

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