Html Css Color HEX #ED945E Sandy Brown

📋 copy color: '#ED945E'

red 237 ◦ green 148 ◦ blue 94

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

Shades of Sandy Brown #ED945E

Tints of Sandy Brown #ED945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 49.48%
G = 30.9%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED945E (or 0xED945E) is known color: Sandy Brown. HEX triplet: ED, 94 and 5E. RGB value is (237,148,94). Sum of RGB (Red+Green+Blue) = 237+148+94=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED945E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED945E is #126BA1. Grayscale: #A8A8A8. Windows color (decimal): -1207202 or 6198509. OLE color: 6198509.

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

Color convert

RGB 237 148 94 -
CMYK 0 0.38 0.60 0.07
HSL 22.66º 0.8% 0.65% -
HSV(B) 22.66º 0.6% 0.93% -
XYZ 47.54 39.99 15.8 -
YUV 168.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 237 148 94 0 0.38 0.60 0.07 22.66 0.8 0.65
Hex ED 94 5E 0 26 3C 7 17 50 41
Octal 355 224 136 0 46 74 7 27 120 101
Binary 11101101 10010100 1011110 0 100110 111100 111 10111 1010000 1000001

Color Harmonies of #ED945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED945E

Black with #ED945E

Text Example


Text Example

White with #ED945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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