Html Css Color HEX #EE975D Sandy Brown

📋 copy color: '#EE975D'

red 238 ◦ green 151 ◦ blue 93

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

Shades of Sandy Brown #EE975D

Tints of Sandy Brown #EE975D

RGB

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

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

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

R = 49.38%
G = 31.33%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE975D (or 0xEE975D) is known color: Sandy Brown. HEX triplet: EE, 97 and 5D. RGB value is (238,151,93). Sum of RGB (Red+Green+Blue) = 238+151+93=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE975D is #1168A2. Grayscale: #AAAAAA. Windows color (decimal): -1140899 or 6133742. OLE color: 6133742.

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

Color convert

RGB 238 151 93 -
CMYK 0 0.37 0.61 0.07
HSL 24º 0.81% 0.65% -
HSV(B) 24º 0.61% 0.93% -
XYZ 48.3 41.1 15.74 -
YUV 170.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 238 151 93 0 0.37 0.61 0.07 24 0.81 0.65
Hex EE 97 5D 0 25 3D 7 18 51 41
Octal 356 227 135 0 45 75 7 30 121 101
Binary 11101110 10010111 1011101 0 100101 111101 111 11000 1010001 1000001

Color Harmonies of #EE975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE975D

Black with #EE975D

Text Example


Text Example

White with #EE975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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