Html Css Color HEX #EDA85F Sandy Brown

📋 copy color: '#EDA85F'

red 237 ◦ green 168 ◦ blue 95

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

Shades of Sandy Brown #EDA85F

Tints of Sandy Brown #EDA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 47.4%
G = 33.6%
B = 19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDA85F (or 0xEDA85F) is known color: Sandy Brown. HEX triplet: ED, A8 and 5F. RGB value is (237,168,95). Sum of RGB (Red+Green+Blue) = 237+168+95=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA85F is #1257A0. Grayscale: #B4B4B4. Windows color (decimal): -1202081 or 6269165. OLE color: 6269165.

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

Color convert

RGB 237 168 95 -
CMYK 0 0.29 0.60 0.07
HSL 30.85º 0.8% 0.65% -
HSV(B) 30.85º 0.6% 0.93% -
XYZ 50.99 46.84 17.18 -
YUV 180.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 237 168 95 0 0.29 0.60 0.07 30.85 0.8 0.65
Hex ED A8 5F 0 1D 3C 7 1F 50 41
Octal 355 250 137 0 35 74 7 37 120 101
Binary 11101101 10101000 1011111 0 11101 111100 111 11111 1010000 1000001

Color Harmonies of #EDA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA85F

Black with #EDA85F

Text Example


Text Example

White with #EDA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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