Html Css Color HEX #ED955F Sandy Brown

📋 copy color: '#ED955F'

red 237 ◦ green 149 ◦ blue 95

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

Shades of Sandy Brown #ED955F

Tints of Sandy Brown #ED955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 49.27%
G = 30.98%
B = 19.75%

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

#ED955F (or 0xED955F) is known color: Sandy Brown. HEX triplet: ED, 95 and 5F. RGB value is (237,149,95). Sum of RGB (Red+Green+Blue) = 237+149+95=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED955F is #126AA0. Grayscale: #A9A9A9. Windows color (decimal): -1206945 or 6264301. OLE color: 6264301.

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

Color convert

RGB 237 149 95 -
CMYK 0 0.37 0.60 0.07
HSL 22.82º 0.8% 0.65% -
HSV(B) 22.82º 0.6% 0.93% -
XYZ 47.74 40.33 16.09 -
YUV 169.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 237 149 95 0 0.37 0.60 0.07 22.82 0.8 0.65
Hex ED 95 5F 0 25 3C 7 17 50 41
Octal 355 225 137 0 45 74 7 27 120 101
Binary 11101101 10010101 1011111 0 100101 111100 111 10111 1010000 1000001

Color Harmonies of #ED955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED955F

Black with #ED955F

Text Example


Text Example

White with #ED955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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