Html Css Color HEX #ED965F Sandy Brown

📋 copy color: '#ED965F'

red 237 ◦ green 150 ◦ blue 95

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

Shades of Sandy Brown #ED965F

Tints of Sandy Brown #ED965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

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

R = 49.17%
G = 31.12%
B = 19.71%

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

#ED965F (or 0xED965F) is known color: Sandy Brown. HEX triplet: ED, 96 and 5F. RGB value is (237,150,95). Sum of RGB (Red+Green+Blue) = 237+150+95=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED965F is #1269A0. Grayscale: #AAAAAA. Windows color (decimal): -1206689 or 6264557. OLE color: 6264557.

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

Color convert

RGB 237 150 95 -
CMYK 0 0.37 0.60 0.07
HSL 23.24º 0.8% 0.65% -
HSV(B) 23.24º 0.6% 0.93% -
XYZ 47.9 40.64 16.15 -
YUV 169.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 237 150 95 0 0.37 0.60 0.07 23.24 0.8 0.65
Hex ED 96 5F 0 25 3C 7 17 50 41
Octal 355 226 137 0 45 74 7 27 120 101
Binary 11101101 10010110 1011111 0 100101 111100 111 10111 1010000 1000001

Color Harmonies of #ED965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED965F

Black with #ED965F

Text Example


Text Example

White with #ED965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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