Html Css Color HEX #EC975F Sandy Brown

📋 copy color: '#EC975F'

red 236 ◦ green 151 ◦ blue 95

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

Shades of Sandy Brown #EC975F

Tints of Sandy Brown #EC975F

RGB

 RED value IS 236 (92.58% from 255) = 48.96%

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

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

R = 48.96%
G = 31.33%
B = 19.71%

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

#EC975F (or 0xEC975F) is known color: Sandy Brown. HEX triplet: EC, 97 and 5F. RGB value is (236,151,95). Sum of RGB (Red+Green+Blue) = 236+151+95=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC975F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC975F is #1368A0. Grayscale: #AAAAAA. Windows color (decimal): -1271969 or 6264812. OLE color: 6264812.

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

Color convert

RGB 236 151 95 -
CMYK 0 0.36 0.60 0.07
HSL 23.83º 0.79% 0.65% -
HSV(B) 23.83º 0.6% 0.93% -
XYZ 47.72 40.79 16.18 -
YUV 170.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 236 151 95 0 0.36 0.60 0.07 23.83 0.79 0.65
Hex EC 97 5F 0 24 3C 7 18 4F 41
Octal 354 227 137 0 44 74 7 30 117 101
Binary 11101100 10010111 1011111 0 100100 111100 111 11000 1001111 1000001

Color Harmonies of #EC975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC975F

Black with #EC975F

Text Example


Text Example

White with #EC975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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