Html Css Color HEX #EDA35F Sandy Brown

📋 copy color: '#EDA35F'

red 237 ◦ green 163 ◦ blue 95

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

Shades of Sandy Brown #EDA35F

Tints of Sandy Brown #EDA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

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

R = 47.88%
G = 32.93%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDA35F (or 0xEDA35F) is known color: Sandy Brown. HEX triplet: ED, A3 and 5F. RGB value is (237,163,95). Sum of RGB (Red+Green+Blue) = 237+163+95=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA35F is #125CA0. Grayscale: #B1B1B1. Windows color (decimal): -1203361 or 6267885. OLE color: 6267885.

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

Color convert

RGB 237 163 95 -
CMYK 0 0.31 0.60 0.07
HSL 28.73º 0.8% 0.65% -
HSV(B) 28.73º 0.6% 0.93% -
XYZ 50.09 45.03 16.88 -
YUV 177.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 237 163 95 0 0.31 0.60 0.07 28.73 0.8 0.65
Hex ED A3 5F 0 1F 3C 7 1D 50 41
Octal 355 243 137 0 37 74 7 35 120 101
Binary 11101101 10100011 1011111 0 11111 111100 111 11101 1010000 1000001

Color Harmonies of #EDA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA35F

Black with #EDA35F

Text Example


Text Example

White with #EDA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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