Html Css Color HEX #EE945D Sandy Brown

📋 copy color: '#EE945D'

red 238 ◦ green 148 ◦ blue 93

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

Shades of Sandy Brown #EE945D

Tints of Sandy Brown #EE945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 49.69%
G = 30.9%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE945D (or 0xEE945D) is known color: Sandy Brown. HEX triplet: EE, 94 and 5D. RGB value is (238,148,93). Sum of RGB (Red+Green+Blue) = 238+148+93=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945D is #116BA2. Grayscale: #A8A8A8. Windows color (decimal): -1141667 or 6132974. OLE color: 6132974.

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

Color convert

RGB 238 148 93 -
CMYK 0 0.38 0.61 0.07
HSL 22.76º 0.81% 0.65% -
HSV(B) 22.76º 0.61% 0.93% -
XYZ 47.83 40.15 15.58 -
YUV 168.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 238 148 93 0 0.38 0.61 0.07 22.76 0.81 0.65
Hex EE 94 5D 0 26 3D 7 17 51 41
Octal 356 224 135 0 46 75 7 27 121 101
Binary 11101110 10010100 1011101 0 100110 111101 111 10111 1010001 1000001

Color Harmonies of #EE945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE945D

Black with #EE945D

Text Example


Text Example

White with #EE945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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