Html Css Color HEX #EDABA2 Shilo

📋 copy color: '#EDABA2'

red 237 ◦ green 171 ◦ blue 162

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

Shades of Shilo #EDABA2

Tints of Shilo #EDABA2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30%

 BLUE value IS 162 (63.67% from 255) = 28.42%

R = 41.58%
G = 30%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDABA2 (or 0xEDABA2) is known color: Shilo. HEX triplet: ED, AB and A2. RGB value is (237,171,162). Sum of RGB (Red+Green+Blue) = 237+171+162=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA2 is #12545D. Grayscale: #BDBDBD. Windows color (decimal): -1201246 or 10660845. OLE color: 10660845.

HSL color Cylindrical-coordinate representation of color #EDABA2: hue angle of 7.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDABA2 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 162 -
CMYK 0 0.28 0.32 0.07
HSL 7.2º 0.68% 0.78% -
HSV(B) 7.2º 0.32% 0.93% -
XYZ 56.01 49.74 40.83 -
YUV 189.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 237 171 162 0 0.28 0.32 0.07 7.2 0.68 0.78
Hex ED AB A2 0 1C 20 7 7 44 4E
Octal 355 253 242 0 34 40 7 7 104 116
Binary 11101101 10101011 10100010 0 11100 100000 111 111 1000100 1001110

Color Harmonies of #EDABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABA2

Black with #EDABA2

Text Example


Text Example

White with #EDABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABA2; }

 p { color: rgb(237,171,162); }

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

background-color css

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

 a { background-color: rgb(237,171,162); }

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

border-color css

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

 span { border-color: rgb(237,171,162); }

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