Html Css Color HEX #EDA054 Sandy Brown

📋 copy color: '#EDA054'

red 237 ◦ green 160 ◦ blue 84

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

Shades of Sandy Brown #EDA054

Tints of Sandy Brown #EDA054

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 84 (33.2% from 255) = 17.46%

R = 49.27%
G = 33.26%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA054 (or 0xEDA054) is known color: Sandy Brown. HEX triplet: ED, A0 and 54. RGB value is (237,160,84). Sum of RGB (Red+Green+Blue) = 237+160+84=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA054 is #125FAB. Grayscale: #AEAEAE. Windows color (decimal): -1204140 or 5546221. OLE color: 5546221.

HSL color Cylindrical-coordinate representation of color #EDA054: hue angle of 29.8º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA054 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 84 -
CMYK 0 0.32 0.65 0.07
HSL 29.8º 0.81% 0.63% -
HSV(B) 29.8º 0.65% 0.93% -
XYZ 49.1 43.79 14.25 -
YUV 174.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 237 160 84 0 0.32 0.65 0.07 29.8 0.81 0.63
Hex ED A0 54 0 20 41 7 1E 51 3F
Octal 355 240 124 0 40 101 7 36 121 77
Binary 11101101 10100000 1010100 0 100000 1000001 111 11110 1010001 111111

Color Harmonies of #EDA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA054

Black with #EDA054

Text Example


Text Example

White with #EDA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA054; }

 p { color: rgb(237,160,84); }

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

background-color css

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

 a { background-color: rgb(237,160,84); }

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

border-color css

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

 span { border-color: rgb(237,160,84); }

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