Html Css Color HEX #EDA158 Sandy Brown

📋 copy color: '#EDA158'

red 237 ◦ green 161 ◦ blue 88

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

Shades of Sandy Brown #EDA158

Tints of Sandy Brown #EDA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 48.77%
G = 33.13%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDA158 (or 0xEDA158) is known color: Sandy Brown. HEX triplet: ED, A1 and 58. RGB value is (237,161,88). Sum of RGB (Red+Green+Blue) = 237+161+88=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA158 is #125EA7. Grayscale: #AFAFAF. Windows color (decimal): -1203880 or 5808621. OLE color: 5808621.

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

Color convert

RGB 237 161 88 -
CMYK 0 0.32 0.63 0.07
HSL 29.4º 0.81% 0.64% -
HSV(B) 29.4º 0.63% 0.93% -
XYZ 49.43 44.2 15.16 -
YUV 175.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 237 161 88 0 0.32 0.63 0.07 29.4 0.81 0.64
Hex ED A1 58 0 20 3F 7 1D 51 40
Octal 355 241 130 0 40 77 7 35 121 100
Binary 11101101 10100001 1011000 0 100000 111111 111 11101 1010001 1000000

Color Harmonies of #EDA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA158

Black with #EDA158

Text Example


Text Example

White with #EDA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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