Html Css Color HEX #EEC962 Golden Sand

📋 copy color: '#EEC962'

red 238 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #EEC962

Tints of Golden Sand #EEC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

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

R = 44.32%
G = 37.43%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEC962 (or 0xEEC962) is known color: Golden Sand. HEX triplet: EE, C9 and 62. RGB value is (238,201,98). Sum of RGB (Red+Green+Blue) = 238+201+98=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC962 is #11369D. Grayscale: #C8C8C8. Windows color (decimal): -1128094 or 6474222. OLE color: 6474222.

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

Color convert

RGB 238 201 98 -
CMYK 0 0.16 0.59 0.07
HSL 44.14º 0.8% 0.66% -
HSV(B) 44.14º 0.59% 0.93% -
XYZ 58.35 60.83 20.22 -
YUV 200.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 238 201 98 0 0.16 0.59 0.07 44.14 0.8 0.66
Hex EE C9 62 0 10 3B 7 2C 50 42
Octal 356 311 142 0 20 73 7 54 120 102
Binary 11101110 11001001 1100010 0 10000 111011 111 101100 1010000 1000010

Color Harmonies of #EEC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC962

Black with #EEC962

Text Example


Text Example

White with #EEC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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