Html Css Color HEX #EEC86E Golden Sand

📋 copy color: '#EEC86E'

red 238 ◦ green 200 ◦ blue 110

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

Shades of Golden Sand #EEC86E

Tints of Golden Sand #EEC86E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 43.43%
G = 36.5%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EEC86E (or 0xEEC86E) is known color: Golden Sand. HEX triplet: EE, C8 and 6E. RGB value is (238,200,110). Sum of RGB (Red+Green+Blue) = 238+200+110=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC86E is #113791. Grayscale: #C9C9C9. Windows color (decimal): -1128338 or 7260398. OLE color: 7260398.

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

Color convert

RGB 238 200 110 -
CMYK 0 0.16 0.54 0.07
HSL 42.19º 0.79% 0.68% -
HSV(B) 42.19º 0.54% 0.93% -
XYZ 58.73 60.61 23.36 -
YUV 201.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 238 200 110 0 0.16 0.54 0.07 42.19 0.79 0.68
Hex EE C8 6E 0 10 36 7 2A 4F 44
Octal 356 310 156 0 20 66 7 52 117 104
Binary 11101110 11001000 1101110 0 10000 110110 111 101010 1001111 1000100

Color Harmonies of #EEC86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC86E

Black with #EEC86E

Text Example


Text Example

White with #EEC86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC86E; }

 p { color: rgb(238,200,110); }

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

background-color css

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

 a { background-color: rgb(238,200,110); }

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

border-color css

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

 span { border-color: rgb(238,200,110); }

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