Html Css Color HEX #EE995F Sandy Brown

📋 copy color: '#EE995F'

red 238 ◦ green 153 ◦ blue 95

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

Shades of Sandy Brown #EE995F

Tints of Sandy Brown #EE995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 48.97%
G = 31.48%
B = 19.55%

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

#EE995F (or 0xEE995F) is known color: Sandy Brown. HEX triplet: EE, 99 and 5F. RGB value is (238,153,95). Sum of RGB (Red+Green+Blue) = 238+153+95=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE995F is #1166A0. Grayscale: #ACACAC. Windows color (decimal): -1140385 or 6265326. OLE color: 6265326.

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

Color convert

RGB 238 153 95 -
CMYK 0 0.36 0.60 0.07
HSL 24.34º 0.81% 0.65% -
HSV(B) 24.34º 0.6% 0.93% -
XYZ 48.72 41.79 16.32 -
YUV 171.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 238 153 95 0 0.36 0.60 0.07 24.34 0.81 0.65
Hex EE 99 5F 0 24 3C 7 18 51 41
Octal 356 231 137 0 44 74 7 30 121 101
Binary 11101110 10011001 1011111 0 100100 111100 111 11000 1010001 1000001

Color Harmonies of #EE995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE995F

Black with #EE995F

Text Example


Text Example

White with #EE995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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