Html Css Color HEX #EDA59D Shilo

📋 copy color: '#EDA59D'

red 237 ◦ green 165 ◦ blue 157

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

Shades of Shilo #EDA59D

Tints of Shilo #EDA59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 42.4%
G = 29.52%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA59D (or 0xEDA59D) is known color: Shilo. HEX triplet: ED, A5 and 9D. RGB value is (237,165,157). Sum of RGB (Red+Green+Blue) = 237+165+157=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59D is #125A62. Grayscale: #B9B9B9. Windows color (decimal): -1202787 or 10331629. OLE color: 10331629.

HSL color Cylindrical-coordinate representation of color #EDA59D: hue angle of 6º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA59D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 157 -
CMYK 0 0.30 0.34 0.07
HSL 0.69% 0.77% -
HSV(B) 0.34% 0.93% -
XYZ 54.47 47.35 38.17 -
YUV 185.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 237 165 157 0 0.30 0.34 0.07 6 0.69 0.77
Hex ED A5 9D 0 1E 22 7 6 45 4D
Octal 355 245 235 0 36 42 7 6 105 115
Binary 11101101 10100101 10011101 0 11110 100010 111 110 1000101 1001101

Color Harmonies of #EDA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA59D

Black with #EDA59D

Text Example


Text Example

White with #EDA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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