Html Css Color HEX #ED955B Sandy Brown

📋 copy color: '#ED955B'

red 237 ◦ green 149 ◦ blue 91

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

Shades of Sandy Brown #ED955B

Tints of Sandy Brown #ED955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 49.69%
G = 31.24%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED955B (or 0xED955B) is known color: Sandy Brown. HEX triplet: ED, 95 and 5B. RGB value is (237,149,91). Sum of RGB (Red+Green+Blue) = 237+149+91=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED955B is #126AA4. Grayscale: #A9A9A9. Windows color (decimal): -1206949 or 6002157. OLE color: 6002157.

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

Color convert

RGB 237 149 91 -
CMYK 0 0.37 0.62 0.07
HSL 23.84º 0.8% 0.64% -
HSV(B) 23.84º 0.62% 0.93% -
XYZ 47.56 40.25 15.16 -
YUV 168.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 237 149 91 0 0.37 0.62 0.07 23.84 0.8 0.64
Hex ED 95 5B 0 25 3E 7 18 50 40
Octal 355 225 133 0 45 76 7 30 120 100
Binary 11101101 10010101 1011011 0 100101 111110 111 11000 1010000 1000000

Color Harmonies of #ED955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED955B

Black with #ED955B

Text Example


Text Example

White with #ED955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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