Html Css Color HEX #EEC961 Golden Sand

📋 copy color: '#EEC961'

red 238 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #EEC961

Tints of Golden Sand #EEC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.1%

R = 44.4%
G = 37.5%
B = 18.1%

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

#EEC961 (or 0xEEC961) is known color: Golden Sand. HEX triplet: EE, C9 and 61. RGB value is (238,201,97). Sum of RGB (Red+Green+Blue) = 238+201+97=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC961 is #11369E. Grayscale: #C8C8C8. Windows color (decimal): -1128095 or 6408686. OLE color: 6408686.

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

Color convert

RGB 238 201 97 -
CMYK 0 0.16 0.59 0.07
HSL 44.26º 0.81% 0.66% -
HSV(B) 44.26º 0.59% 0.93% -
XYZ 58.3 60.81 19.97 -
YUV 200.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 238 201 97 0 0.16 0.59 0.07 44.26 0.81 0.66
Hex EE C9 61 0 10 3B 7 2C 51 42
Octal 356 311 141 0 20 73 7 54 121 102
Binary 11101110 11001001 1100001 0 10000 111011 111 101100 1010001 1000010

Color Harmonies of #EEC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC961

Black with #EEC961

Text Example


Text Example

White with #EEC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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