Html Css Color HEX #EECC60 Golden Sand

📋 copy color: '#EECC60'

red 238 ◦ green 204 ◦ blue 96

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

Shades of Golden Sand #EECC60

Tints of Golden Sand #EECC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 44.24%
G = 37.92%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EECC60 (or 0xEECC60) is known color: Golden Sand. HEX triplet: EE, CC and 60. RGB value is (238,204,96). Sum of RGB (Red+Green+Blue) = 238+204+96=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC60 is #11339F. Grayscale: #CACACA. Windows color (decimal): -1127328 or 6343918. OLE color: 6343918.

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

Color convert

RGB 238 204 96 -
CMYK 0 0.14 0.60 0.07
HSL 45.63º 0.81% 0.65% -
HSV(B) 45.63º 0.6% 0.93% -
XYZ 58.96 62.21 19.97 -
YUV 201.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 238 204 96 0 0.14 0.60 0.07 45.63 0.81 0.65
Hex EE CC 60 0 E 3C 7 2E 51 41
Octal 356 314 140 0 16 74 7 56 121 101
Binary 11101110 11001100 1100000 0 1110 111100 111 101110 1010001 1000001

Color Harmonies of #EECC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC60

Black with #EECC60

Text Example


Text Example

White with #EECC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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