Html Css Color HEX #EE975F Sandy Brown

📋 copy color: '#EE975F'

red 238 ◦ green 151 ◦ blue 95

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

Shades of Sandy Brown #EE975F

Tints of Sandy Brown #EE975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 49.17%
G = 31.2%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE975F (or 0xEE975F) is known color: Sandy Brown. HEX triplet: EE, 97 and 5F. RGB value is (238,151,95). Sum of RGB (Red+Green+Blue) = 238+151+95=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE975F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE975F is #1168A0. Grayscale: #AAAAAA. Windows color (decimal): -1140897 or 6264814. OLE color: 6264814.

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

Color convert

RGB 238 151 95 -
CMYK 0 0.37 0.60 0.07
HSL 23.5º 0.81% 0.65% -
HSV(B) 23.5º 0.6% 0.93% -
XYZ 48.39 41.14 16.22 -
YUV 170.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 238 151 95 0 0.37 0.60 0.07 23.5 0.81 0.65
Hex EE 97 5F 0 25 3C 7 17 51 41
Octal 356 227 137 0 45 74 7 27 121 101
Binary 11101110 10010111 1011111 0 100101 111100 111 10111 1010001 1000001

Color Harmonies of #EE975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE975F

Black with #EE975F

Text Example


Text Example

White with #EE975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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