Html Css Color HEX #EEC560 Golden Sand

📋 copy color: '#EEC560'

red 238 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #EEC560

Tints of Golden Sand #EEC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

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

R = 44.82%
G = 37.1%
B = 18.08%

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

#EEC560 (or 0xEEC560) is known color: Golden Sand. HEX triplet: EE, C5 and 60. RGB value is (238,197,96). Sum of RGB (Red+Green+Blue) = 238+197+96=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC560 is #113A9F. Grayscale: #C6C6C6. Windows color (decimal): -1129120 or 6342126. OLE color: 6342126.

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

Color convert

RGB 238 197 96 -
CMYK 0 0.17 0.60 0.07
HSL 42.68º 0.81% 0.65% -
HSV(B) 42.68º 0.6% 0.93% -
XYZ 57.34 58.95 19.42 -
YUV 197.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 238 197 96 0 0.17 0.60 0.07 42.68 0.81 0.65
Hex EE C5 60 0 11 3C 7 2B 51 41
Octal 356 305 140 0 21 74 7 53 121 101
Binary 11101110 11000101 1100000 0 10001 111100 111 101011 1010001 1000001

Color Harmonies of #EEC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC560

Black with #EEC560

Text Example


Text Example

White with #EEC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC560; }

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

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

background-color css

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

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

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

border-color css

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

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

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