Html Css Color HEX #EDA79D Shilo

📋 copy color: '#EDA79D'

red 237 ◦ green 167 ◦ blue 157

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

Shades of Shilo #EDA79D

Tints of Shilo #EDA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.77%

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

R = 42.25%
G = 29.77%
B = 27.99%

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

#EDA79D (or 0xEDA79D) is known color: Shilo. HEX triplet: ED, A7 and 9D. RGB value is (237,167,157). Sum of RGB (Red+Green+Blue) = 237+167+157=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79D is #125862. Grayscale: #BABABA. Windows color (decimal): -1202275 or 10332141. OLE color: 10332141.

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

Color convert

RGB 237 167 157 -
CMYK 0 0.30 0.34 0.07
HSL 7.5º 0.69% 0.77% -
HSV(B) 7.5º 0.34% 0.93% -
XYZ 54.83 48.08 38.29 -
YUV 186.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 237 167 157 0 0.30 0.34 0.07 7.5 0.69 0.77
Hex ED A7 9D 0 1E 22 7 8 45 4D
Octal 355 247 235 0 36 42 7 10 105 115
Binary 11101101 10100111 10011101 0 11110 100010 111 1000 1000101 1001101

Color Harmonies of #EDA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA79D

Black with #EDA79D

Text Example


Text Example

White with #EDA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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