Html Css Color HEX #EE985F Sandy Brown

📋 copy color: '#EE985F'

red 238 ◦ green 152 ◦ blue 95

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

Shades of Sandy Brown #EE985F

Tints of Sandy Brown #EE985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 95 (37.5% from 255) = 19.59%

R = 49.07%
G = 31.34%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE985F (or 0xEE985F) is known color: Sandy Brown. HEX triplet: EE, 98 and 5F. RGB value is (238,152,95). Sum of RGB (Red+Green+Blue) = 238+152+95=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE985F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE985F is #1167A0. Grayscale: #ABABAB. Windows color (decimal): -1140641 or 6265070. OLE color: 6265070.

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

Color convert

RGB 238 152 95 -
CMYK 0 0.36 0.60 0.07
HSL 23.92º 0.81% 0.65% -
HSV(B) 23.92º 0.6% 0.93% -
XYZ 48.55 41.46 16.27 -
YUV 171.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 238 152 95 0 0.36 0.60 0.07 23.92 0.81 0.65
Hex EE 98 5F 0 24 3C 7 18 51 41
Octal 356 230 137 0 44 74 7 30 121 101
Binary 11101110 10011000 1011111 0 100100 111100 111 11000 1010001 1000001

Color Harmonies of #EE985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE985F

Black with #EE985F

Text Example


Text Example

White with #EE985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE985F; }

 p { color: rgb(238,152,95); }

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

background-color css

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

 a { background-color: rgb(238,152,95); }

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

border-color css

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

 span { border-color: rgb(238,152,95); }

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