Html Css Color HEX #EEC964 Golden Sand

📋 copy color: '#EEC964'

red 238 ◦ green 201 ◦ blue 100

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

Shades of Golden Sand #EEC964

Tints of Golden Sand #EEC964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 44.16%
G = 37.29%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEC964 (or 0xEEC964) is known color: Golden Sand. HEX triplet: EE, C9 and 64. RGB value is (238,201,100). Sum of RGB (Red+Green+Blue) = 238+201+100=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC964 is #11369B. Grayscale: #C8C8C8. Windows color (decimal): -1128092 or 6605294. OLE color: 6605294.

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

Color convert

RGB 238 201 100 -
CMYK 0 0.16 0.58 0.07
HSL 43.91º 0.8% 0.66% -
HSV(B) 43.91º 0.58% 0.93% -
XYZ 58.45 60.87 20.73 -
YUV 200.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 238 201 100 0 0.16 0.58 0.07 43.91 0.8 0.66
Hex EE C9 64 0 10 3A 7 2C 50 42
Octal 356 311 144 0 20 72 7 54 120 102
Binary 11101110 11001001 1100100 0 10000 111010 111 101100 1010000 1000010

Color Harmonies of #EEC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC964

Black with #EEC964

Text Example


Text Example

White with #EEC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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