Html Css Color HEX #EDAFA5 Shilo

📋 copy color: '#EDAFA5'

red 237 ◦ green 175 ◦ blue 165

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

Shades of Shilo #EDAFA5

Tints of Shilo #EDAFA5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

 BLUE value IS 165 (64.84% from 255) = 28.6%

R = 41.07%
G = 30.33%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDAFA5 (or 0xEDAFA5) is known color: Shilo. HEX triplet: ED, AF and A5. RGB value is (237,175,165). Sum of RGB (Red+Green+Blue) = 237+175+165=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA5 is #12505A. Grayscale: #C0C0C0. Windows color (decimal): -1200219 or 10858477. OLE color: 10858477.

HSL color Cylindrical-coordinate representation of color #EDAFA5: hue angle of 8.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAFA5 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 165 -
CMYK 0 0.26 0.30 0.07
HSL 8.33º 0.67% 0.79% -
HSV(B) 8.33º 0.3% 0.93% -
XYZ 57.05 51.38 42.51 -
YUV 192.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 237 175 165 0 0.26 0.30 0.07 8.33 0.67 0.79
Hex ED AF A5 0 1A 1E 7 8 43 4F
Octal 355 257 245 0 32 36 7 10 103 117
Binary 11101101 10101111 10100101 0 11010 11110 111 1000 1000011 1001111

Color Harmonies of #EDAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFA5

Black with #EDAFA5

Text Example


Text Example

White with #EDAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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