#EAE9EA

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

Shades of Selago #EAE9EA

Tints of Selago #EAE9EA

Color information

#EAE9EA (or 0xEAE9EA) is unknown color: approx Selago. HEX triplet: EA, E9 and EA. RGB value is (234,233,234). Sum of RGB (Red+Green+Blue) = 234+233+234=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9EA is #151615. Grayscale: #E9E9E9. Windows color (decimal): -1381910 or 15395306. OLE color: 15395306.

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

Color convert

RGB234233234-
CMYK00.0000.08
HSL300º2.33%91.57%-
HSV(B)300º0.43%91.76%-
XYZ77.9281.7189.51-
YUV233.41128.33128.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 233 (91.41% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=33.38%
G=33.24%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423323400.0000.083002.3391.57
HexEAE9EA000812c25c
Octal352351352000104542134
Binary1110101011101001111010100001000100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9EA; }

 p { color: rgb(234,233,234); }

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

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

 a { background-color: rgb(234,233,234); }

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

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

 span { border-color: rgb(234,233,234); }

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