Html Css Color HEX #EDA558 Sandy Brown

📋 copy color: '#EDA558'

red 237 ◦ green 165 ◦ blue 88

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

Shades of Sandy Brown #EDA558

Tints of Sandy Brown #EDA558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

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

R = 48.37%
G = 33.67%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDA558 (or 0xEDA558) is known color: Sandy Brown. HEX triplet: ED, A5 and 58. RGB value is (237,165,88). Sum of RGB (Red+Green+Blue) = 237+165+88=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA558 is #125AA7. Grayscale: #B2B2B2. Windows color (decimal): -1202856 or 5809645. OLE color: 5809645.

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

Color convert

RGB 237 165 88 -
CMYK 0 0.30 0.63 0.07
HSL 31.01º 0.81% 0.64% -
HSV(B) 31.01º 0.63% 0.93% -
XYZ 50.14 45.62 15.4 -
YUV 177.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 237 165 88 0 0.30 0.63 0.07 31.01 0.81 0.64
Hex ED A5 58 0 1E 3F 7 1F 51 40
Octal 355 245 130 0 36 77 7 37 121 100
Binary 11101101 10100101 1011000 0 11110 111111 111 11111 1010001 1000000

Color Harmonies of #EDA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA558

Black with #EDA558

Text Example


Text Example

White with #EDA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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