Html Css Color HEX #EEC960 Golden Sand

📋 copy color: '#EEC960'

red 238 ◦ green 201 ◦ blue 96

#EEC960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EEC960

Tints of Golden Sand #EEC960

RGB

 RED value IS 238 (93.36% from 255) = 44.49%

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 44.49%
G = 37.57%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC960 (or 0xEEC960) is known color: Golden Sand. HEX triplet: EE, C9 and 60. RGB value is (238,201,96). Sum of RGB (Red+Green+Blue) = 238+201+96=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC960 is #11369F. Grayscale: #C8C8C8. Windows color (decimal): -1128096 or 6343150. OLE color: 6343150.

HSL color Cylindrical-coordinate representation of color #EEC960: hue angle of 44.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC960 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 96 -
CMYK 0 0.16 0.60 0.07
HSL 44.37º 0.81% 0.65% -
HSV(B) 44.37º 0.6% 0.93% -
XYZ 58.26 60.79 19.73 -
YUV 200.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 238 201 96 0 0.16 0.60 0.07 44.37 0.81 0.65
Hex EE C9 60 0 10 3C 7 2C 51 41
Octal 356 311 140 0 20 74 7 54 121 101
Binary 11101110 11001001 1100000 0 10000 111100 111 101100 1010001 1000001

Color Harmonies of #EEC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC960

Black with #EEC960

Text Example


Text Example

White with #EEC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC960; }

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

 H1.HeaderClassName
 {
   color: #EEC960;
 }
 .AnyTagClassName
 {
   color: #EEC960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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