Html Css Color HEX #EDA85A Sandy Brown

📋 copy color: '#EDA85A'

red 237 ◦ green 168 ◦ blue 90

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

Shades of Sandy Brown #EDA85A

Tints of Sandy Brown #EDA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 47.88%
G = 33.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDA85A (or 0xEDA85A) is known color: Sandy Brown. HEX triplet: ED, A8 and 5A. RGB value is (237,168,90). Sum of RGB (Red+Green+Blue) = 237+168+90=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA85A is #1257A5. Grayscale: #B4B4B4. Windows color (decimal): -1202086 or 5941485. OLE color: 5941485.

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

Color convert

RGB 237 168 90 -
CMYK 0 0.29 0.62 0.07
HSL 31.84º 0.8% 0.64% -
HSV(B) 31.84º 0.62% 0.93% -
XYZ 50.77 46.75 16.02 -
YUV 179.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 237 168 90 0 0.29 0.62 0.07 31.84 0.8 0.64
Hex ED A8 5A 0 1D 3E 7 20 50 40
Octal 355 250 132 0 35 76 7 40 120 100
Binary 11101101 10101000 1011010 0 11101 111110 111 100000 1010000 1000000

Color Harmonies of #EDA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA85A

Black with #EDA85A

Text Example


Text Example

White with #EDA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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