Html Css Color HEX #ED995F Sandy Brown

📋 copy color: '#ED995F'

red 237 ◦ green 153 ◦ blue 95

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

Shades of Sandy Brown #ED995F

Tints of Sandy Brown #ED995F

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 48.87%
G = 31.55%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED995F (or 0xED995F) is known color: Sandy Brown. HEX triplet: ED, 99 and 5F. RGB value is (237,153,95). Sum of RGB (Red+Green+Blue) = 237+153+95=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED995F is #1266A0. Grayscale: #ABABAB. Windows color (decimal): -1205921 or 6265325. OLE color: 6265325.

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

Color convert

RGB 237 153 95 -
CMYK 0 0.35 0.60 0.07
HSL 24.51º 0.8% 0.65% -
HSV(B) 24.51º 0.6% 0.93% -
XYZ 48.38 41.61 16.31 -
YUV 171.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 237 153 95 0 0.35 0.60 0.07 24.51 0.8 0.65
Hex ED 99 5F 0 23 3C 7 19 50 41
Octal 355 231 137 0 43 74 7 31 120 101
Binary 11101101 10011001 1011111 0 100011 111100 111 11001 1010000 1000001

Color Harmonies of #ED995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED995F

Black with #ED995F

Text Example


Text Example

White with #ED995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED995F; }

 p { color: rgb(237,153,95); }

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

background-color css

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

 a { background-color: rgb(237,153,95); }

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

border-color css

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

 span { border-color: rgb(237,153,95); }

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