Html Css Color HEX #EEC565 Golden Sand

📋 copy color: '#EEC565'

red 238 ◦ green 197 ◦ blue 101

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

Shades of Golden Sand #EEC565

Tints of Golden Sand #EEC565

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.75%

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

R = 44.4%
G = 36.75%
B = 18.84%

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

#EEC565 (or 0xEEC565) is known color: Golden Sand. HEX triplet: EE, C5 and 65. RGB value is (238,197,101). Sum of RGB (Red+Green+Blue) = 238+197+101=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC565 is #113A9A. Grayscale: #C6C6C6. Windows color (decimal): -1129115 or 6669806. OLE color: 6669806.

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

Color convert

RGB 238 197 101 -
CMYK 0 0.17 0.58 0.07
HSL 42.04º 0.8% 0.66% -
HSV(B) 42.04º 0.58% 0.93% -
XYZ 57.58 59.05 20.68 -
YUV 198.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 238 197 101 0 0.17 0.58 0.07 42.04 0.8 0.66
Hex EE C5 65 0 11 3A 7 2A 50 42
Octal 356 305 145 0 21 72 7 52 120 102
Binary 11101110 11000101 1100101 0 10001 111010 111 101010 1010000 1000010

Color Harmonies of #EEC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC565

Black with #EEC565

Text Example


Text Example

White with #EEC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC565; }

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

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

background-color css

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

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

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

border-color css

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

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

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