Html Css Color HEX #EEC660 Golden Sand

📋 copy color: '#EEC660'

red 238 ◦ green 198 ◦ blue 96

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

Shades of Golden Sand #EEC660

Tints of Golden Sand #EEC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 44.74%
G = 37.22%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC660 (or 0xEEC660) is known color: Golden Sand. HEX triplet: EE, C6 and 60. RGB value is (238,198,96). Sum of RGB (Red+Green+Blue) = 238+198+96=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC660 is #11399F. Grayscale: #C6C6C6. Windows color (decimal): -1128864 or 6342382. OLE color: 6342382.

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

Color convert

RGB 238 198 96 -
CMYK 0 0.17 0.60 0.07
HSL 43.1º 0.81% 0.65% -
HSV(B) 43.1º 0.6% 0.93% -
XYZ 57.57 59.41 19.5 -
YUV 198.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 238 198 96 0 0.17 0.60 0.07 43.1 0.81 0.65
Hex EE C6 60 0 11 3C 7 2B 51 41
Octal 356 306 140 0 21 74 7 53 121 101
Binary 11101110 11000110 1100000 0 10001 111100 111 101011 1010001 1000001

Color Harmonies of #EEC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC660

Black with #EEC660

Text Example


Text Example

White with #EEC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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