Html Css Color HEX #EDA69D Shilo

📋 copy color: '#EDA69D'

red 237 ◦ green 166 ◦ blue 157

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

Shades of Shilo #EDA69D

Tints of Shilo #EDA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

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

R = 42.32%
G = 29.64%
B = 28.04%

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

#EDA69D (or 0xEDA69D) is known color: Shilo. HEX triplet: ED, A6 and 9D. RGB value is (237,166,157). Sum of RGB (Red+Green+Blue) = 237+166+157=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69D is #125962. Grayscale: #BABABA. Windows color (decimal): -1202531 or 10331885. OLE color: 10331885.

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

Color convert

RGB 237 166 157 -
CMYK 0 0.30 0.34 0.07
HSL 6.75º 0.69% 0.77% -
HSV(B) 6.75º 0.34% 0.93% -
XYZ 54.65 47.71 38.23 -
YUV 186.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 237 166 157 0 0.30 0.34 0.07 6.75 0.69 0.77
Hex ED A6 9D 0 1E 22 7 7 45 4D
Octal 355 246 235 0 36 42 7 7 105 115
Binary 11101101 10100110 10011101 0 11110 100010 111 111 1000101 1001101

Color Harmonies of #EDA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA69D

Black with #EDA69D

Text Example


Text Example

White with #EDA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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