Html Css Color HEX #EEA85E Sandy Brown

📋 copy color: '#EEA85E'

red 238 ◦ green 168 ◦ blue 94

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

Shades of Sandy Brown #EEA85E

Tints of Sandy Brown #EEA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 47.6%
G = 33.6%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEA85E (or 0xEEA85E) is known color: Sandy Brown. HEX triplet: EE, A8 and 5E. RGB value is (238,168,94). Sum of RGB (Red+Green+Blue) = 238+168+94=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA85E is #1157A1. Grayscale: #B4B4B4. Windows color (decimal): -1136546 or 6203630. OLE color: 6203630.

HSL color Cylindrical-coordinate representation of color #EEA85E: hue angle of 30.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEA85E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 94 -
CMYK 0 0.29 0.61 0.07
HSL 30.83º 0.81% 0.65% -
HSV(B) 30.83º 0.61% 0.93% -
XYZ 51.28 46.99 16.96 -
YUV 180.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 238 168 94 0 0.29 0.61 0.07 30.83 0.81 0.65
Hex EE A8 5E 0 1D 3D 7 1F 51 41
Octal 356 250 136 0 35 75 7 37 121 101
Binary 11101110 10101000 1011110 0 11101 111101 111 11111 1010001 1000001

Color Harmonies of #EEA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA85E

Black with #EEA85E

Text Example


Text Example

White with #EEA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA85E; }

 p { color: rgb(238,168,94); }

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

background-color css

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

 a { background-color: rgb(238,168,94); }

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

border-color css

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

 span { border-color: rgb(238,168,94); }

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