Html Css Color HEX #EC945F Sandy Brown

📋 copy color: '#EC945F'

red 236 ◦ green 148 ◦ blue 95

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

Shades of Sandy Brown #EC945F

Tints of Sandy Brown #EC945F

RGB

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

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

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

R = 49.27%
G = 30.9%
B = 19.83%

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

#EC945F (or 0xEC945F) is known color: Sandy Brown. HEX triplet: EC, 94 and 5F. RGB value is (236,148,95). Sum of RGB (Red+Green+Blue) = 236+148+95=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC945F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC945F is #136BA0. Grayscale: #A8A8A8. Windows color (decimal): -1272737 or 6264044. OLE color: 6264044.

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

Color convert

RGB 236 148 95 -
CMYK 0 0.37 0.60 0.07
HSL 22.55º 0.79% 0.65% -
HSV(B) 22.55º 0.6% 0.93% -
XYZ 47.25 39.84 16.03 -
YUV 168.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 236 148 95 0 0.37 0.60 0.07 22.55 0.79 0.65
Hex EC 94 5F 0 25 3C 7 17 4F 41
Octal 354 224 137 0 45 74 7 27 117 101
Binary 11101100 10010100 1011111 0 100101 111100 111 10111 1001111 1000001

Color Harmonies of #EC945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC945F

Black with #EC945F

Text Example


Text Example

White with #EC945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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