#EEC862

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

Shades of Golden Sand #EEC862

Tints of Golden Sand #EEC862

Color information

#EEC862 (or 0xEEC862) is unknown color: approx Golden Sand. HEX triplet: EE, C8 and 62. RGB value is (238,200,98). Sum of RGB (Red+Green+Blue) = 238+200+98=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC862 is #11379D. Grayscale: #C8C8C8. Windows color (decimal): -1128350 or 6473966. OLE color: 6473966.

HSL color Cylindrical-coordinate representation of color #EEC862: hue angle of 43.71º 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 #EEC862 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23820098-
CMYK00.160.590.07
HSL43.71º80.46%65.88%-
HSV(B)43.71º58.82%93.33%-
XYZ58.1260.3720.14-
YUV199.7370.59155.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 98 (38.67% from 255) = 18.28%
R=44.40%
G=37.31%
B=18.28%

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
Decimal2382009800.160.590.0743.7180.4665.88
HexEEC8620103B72c5042
Octal35631014202073754120102
Binary1110111011001000110001001000011101111110110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC862; }

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

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

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

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

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

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

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

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