Html Css Color HEX #EEC665 Golden Sand

📋 copy color: '#EEC665'

red 238 ◦ green 198 ◦ blue 101

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

Shades of Golden Sand #EEC665

Tints of Golden Sand #EEC665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 44.32%
G = 36.87%
B = 18.81%

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

#EEC665 (or 0xEEC665) is known color: Golden Sand. HEX triplet: EE, C6 and 65. RGB value is (238,198,101). Sum of RGB (Red+Green+Blue) = 238+198+101=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC665 is #11399A. Grayscale: #C7C7C7. Windows color (decimal): -1128859 or 6670062. OLE color: 6670062.

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

Color convert

RGB 238 198 101 -
CMYK 0 0.17 0.58 0.07
HSL 42.48º 0.8% 0.66% -
HSV(B) 42.48º 0.58% 0.93% -
XYZ 57.8 59.5 20.75 -
YUV 198.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 238 198 101 0 0.17 0.58 0.07 42.48 0.8 0.66
Hex EE C6 65 0 11 3A 7 2A 50 42
Octal 356 306 145 0 21 72 7 52 120 102
Binary 11101110 11000110 1100101 0 10001 111010 111 101010 1010000 1000010

Color Harmonies of #EEC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC665

Black with #EEC665

Text Example


Text Example

White with #EEC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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