Html Css Color HEX #EEC760 Golden Sand

📋 copy color: '#EEC760'

red 238 ◦ green 199 ◦ blue 96

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

Shades of Golden Sand #EEC760

Tints of Golden Sand #EEC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.34%

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

R = 44.65%
G = 37.34%
B = 18.01%

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

#EEC760 (or 0xEEC760) is known color: Golden Sand. HEX triplet: EE, C7 and 60. RGB value is (238,199,96). Sum of RGB (Red+Green+Blue) = 238+199+96=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC760 is #11389F. Grayscale: #C7C7C7. Windows color (decimal): -1128608 or 6342638. OLE color: 6342638.

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

Color convert

RGB 238 199 96 -
CMYK 0 0.16 0.60 0.07
HSL 43.52º 0.81% 0.65% -
HSV(B) 43.52º 0.6% 0.93% -
XYZ 57.79 59.87 19.58 -
YUV 198.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 238 199 96 0 0.16 0.60 0.07 43.52 0.81 0.65
Hex EE C7 60 0 10 3C 7 2C 51 41
Octal 356 307 140 0 20 74 7 54 121 101
Binary 11101110 11000111 1100000 0 10000 111100 111 101100 1010001 1000001

Color Harmonies of #EEC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC760

Black with #EEC760

Text Example


Text Example

White with #EEC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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