Html Css Color HEX #EEC664 Golden Sand

📋 copy color: '#EEC664'

red 238 ◦ green 198 ◦ blue 100

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

Shades of Golden Sand #EEC664

Tints of Golden Sand #EEC664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

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

R = 44.4%
G = 36.94%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEC664 (or 0xEEC664) is known color: Golden Sand. HEX triplet: EE, C6 and 64. RGB value is (238,198,100). Sum of RGB (Red+Green+Blue) = 238+198+100=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC664 is #11399B. Grayscale: #C7C7C7. Windows color (decimal): -1128860 or 6604526. OLE color: 6604526.

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

Color convert

RGB 238 198 100 -
CMYK 0 0.17 0.58 0.07
HSL 42.61º 0.8% 0.66% -
HSV(B) 42.61º 0.58% 0.93% -
XYZ 57.75 59.49 20.49 -
YUV 198.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 238 198 100 0 0.17 0.58 0.07 42.61 0.8 0.66
Hex EE C6 64 0 11 3A 7 2B 50 42
Octal 356 306 144 0 21 72 7 53 120 102
Binary 11101110 11000110 1100100 0 10001 111010 111 101011 1010000 1000010

Color Harmonies of #EEC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC664

Black with #EEC664

Text Example


Text Example

White with #EEC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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