Html Css Color HEX #EDA456 Sandy Brown

📋 copy color: '#EDA456'

red 237 ◦ green 164 ◦ blue 86

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

Shades of Sandy Brown #EDA456

Tints of Sandy Brown #EDA456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 86 (33.98% from 255) = 17.66%

R = 48.67%
G = 33.68%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDA456 (or 0xEDA456) is known color: Sandy Brown. HEX triplet: ED, A4 and 56. RGB value is (237,164,86). Sum of RGB (Red+Green+Blue) = 237+164+86=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA456 is #125BA9. Grayscale: #B1B1B1. Windows color (decimal): -1203114 or 5678317. OLE color: 5678317.

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

Color convert

RGB 237 164 86 -
CMYK 0 0.31 0.64 0.07
HSL 30.99º 0.81% 0.63% -
HSV(B) 30.99º 0.64% 0.93% -
XYZ 49.88 45.23 14.9 -
YUV 176.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 237 164 86 0 0.31 0.64 0.07 30.99 0.81 0.63
Hex ED A4 56 0 1F 40 7 1F 51 3F
Octal 355 244 126 0 37 100 7 37 121 77
Binary 11101101 10100100 1010110 0 11111 1000000 111 11111 1010001 111111

Color Harmonies of #EDA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA456

Black with #EDA456

Text Example


Text Example

White with #EDA456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA456; }

 p { color: rgb(237,164,86); }

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

background-color css

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

 a { background-color: rgb(237,164,86); }

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

border-color css

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

 span { border-color: rgb(237,164,86); }

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