Html Css Color HEX #ED9461 Sandy Brown

📋 copy color: '#ED9461'

red 237 ◦ green 148 ◦ blue 97

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

Shades of Sandy Brown #ED9461

Tints of Sandy Brown #ED9461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.12%

R = 49.17%
G = 30.71%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED9461 (or 0xED9461) is known color: Sandy Brown. HEX triplet: ED, 94 and 61. RGB value is (237,148,97). Sum of RGB (Red+Green+Blue) = 237+148+97=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9461 is #126B9E. Grayscale: #A9A9A9. Windows color (decimal): -1207199 or 6395117. OLE color: 6395117.

HSL color Cylindrical-coordinate representation of color #ED9461: hue angle of 21.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED9461 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 97 -
CMYK 0 0.38 0.59 0.07
HSL 21.86º 0.8% 0.65% -
HSV(B) 21.86º 0.59% 0.93% -
XYZ 47.67 40.05 16.53 -
YUV 168.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 237 148 97 0 0.38 0.59 0.07 21.86 0.8 0.65
Hex ED 94 61 0 26 3B 7 16 50 41
Octal 355 224 141 0 46 73 7 26 120 101
Binary 11101101 10010100 1100001 0 100110 111011 111 10110 1010000 1000001

Color Harmonies of #ED9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9461

Black with #ED9461

Text Example


Text Example

White with #ED9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9461; }

 p { color: rgb(237,148,97); }

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

background-color css

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

 a { background-color: rgb(237,148,97); }

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

border-color css

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

 span { border-color: rgb(237,148,97); }

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