Html Css Color HEX #EE985D Sandy Brown

📋 copy color: '#EE985D'

red 238 ◦ green 152 ◦ blue 93

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

Shades of Sandy Brown #EE985D

Tints of Sandy Brown #EE985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 49.28%
G = 31.47%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE985D (or 0xEE985D) is known color: Sandy Brown. HEX triplet: EE, 98 and 5D. RGB value is (238,152,93). Sum of RGB (Red+Green+Blue) = 238+152+93=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE985D is #1167A2. Grayscale: #ABABAB. Windows color (decimal): -1140643 or 6133998. OLE color: 6133998.

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

Color convert

RGB 238 152 93 -
CMYK 0 0.36 0.61 0.07
HSL 24.41º 0.81% 0.65% -
HSV(B) 24.41º 0.61% 0.93% -
XYZ 48.46 41.42 15.8 -
YUV 170.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 238 152 93 0 0.36 0.61 0.07 24.41 0.81 0.65
Hex EE 98 5D 0 24 3D 7 18 51 41
Octal 356 230 135 0 44 75 7 30 121 101
Binary 11101110 10011000 1011101 0 100100 111101 111 11000 1010001 1000001

Color Harmonies of #EE985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE985D

Black with #EE985D

Text Example


Text Example

White with #EE985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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