#EBAFA2

Color #EBAFA2 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #EBAFA2

Tints of Shilo #EBAFA2

Color information

#EBAFA2 (or 0xEBAFA2) is unknown color: approx Shilo. HEX triplet: EB, AF and A2. RGB value is (235,175,162). Sum of RGB (Red+Green+Blue) = 235+175+162=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA2 is #14505D. Grayscale: #BFBFBF. Windows color (decimal): -1331294 or 10661867. OLE color: 10661867.

HSL color Cylindrical-coordinate representation of color #EBAFA2: hue angle of 10.68º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBAFA2 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235175162-
CMYK00.260.310.08
HSL10.68º64.6%77.84%-
HSV(B)10.68º31.06%92.16%-
XYZ56.1150.9341.06-
YUV191.46111.38159.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=41.08%
G=30.59%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517516200.260.310.0810.6864.677.84
HexEBAFA201A1F8b414e
Octal353257242032371013101116
Binary111010111010111110100010011010111111000101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFA2; }

 p { color: rgb(235,175,162); }

 H1.HeaderClassName
 {
   color: #EBAFA2;
 }
 .AnyTagClassName
 {
   color: #EBAFA2;
 }
</style>
background-color css

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

 a { background-color: rgb(235,175,162); }

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

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

 span { border-color: rgb(235,175,162); }

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