Html Css Color HEX #EDA458 Sandy Brown

📋 copy color: '#EDA458'

red 237 ◦ green 164 ◦ blue 88

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

Shades of Sandy Brown #EDA458

Tints of Sandy Brown #EDA458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18%

R = 48.47%
G = 33.54%
B = 18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDA458 (or 0xEDA458) is known color: Sandy Brown. HEX triplet: ED, A4 and 58. RGB value is (237,164,88). Sum of RGB (Red+Green+Blue) = 237+164+88=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA458 is #125BA7. Grayscale: #B1B1B1. Windows color (decimal): -1203112 or 5809389. OLE color: 5809389.

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

Color convert

RGB 237 164 88 -
CMYK 0 0.31 0.63 0.07
HSL 30.6º 0.81% 0.64% -
HSV(B) 30.6º 0.63% 0.93% -
XYZ 49.96 45.26 15.34 -
YUV 177.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 237 164 88 0 0.31 0.63 0.07 30.6 0.81 0.64
Hex ED A4 58 0 1F 3F 7 1F 51 40
Octal 355 244 130 0 37 77 7 37 121 100
Binary 11101101 10100100 1011000 0 11111 111111 111 11111 1010001 1000000

Color Harmonies of #EDA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA458

Black with #EDA458

Text Example


Text Example

White with #EDA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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