Html Css Color HEX #EEC562 Golden Sand

📋 copy color: '#EEC562'

red 238 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #EEC562

Tints of Golden Sand #EEC562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.39%

R = 44.65%
G = 36.96%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEC562 (or 0xEEC562) is known color: Golden Sand. HEX triplet: EE, C5 and 62. RGB value is (238,197,98). Sum of RGB (Red+Green+Blue) = 238+197+98=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC562 is #113A9D. Grayscale: #C6C6C6. Windows color (decimal): -1129118 or 6473198. OLE color: 6473198.

HSL color Cylindrical-coordinate representation of color #EEC562: hue angle of 42.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEC562 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 98 -
CMYK 0 0.17 0.59 0.07
HSL 42.43º 0.8% 0.66% -
HSV(B) 42.43º 0.59% 0.93% -
XYZ 57.43 58.99 19.91 -
YUV 197.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 238 197 98 0 0.17 0.59 0.07 42.43 0.8 0.66
Hex EE C5 62 0 11 3B 7 2A 50 42
Octal 356 305 142 0 21 73 7 52 120 102
Binary 11101110 11000101 1100010 0 10001 111011 111 101010 1010000 1000010

Color Harmonies of #EEC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC562

Black with #EEC562

Text Example


Text Example

White with #EEC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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