#EAE9E6

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

Shades of Narvik #EAE9E6

Tints of Narvik #EAE9E6

Color information

#EAE9E6 (or 0xEAE9E6) is unknown color: approx Narvik. HEX triplet: EA, E9 and E6. RGB value is (234,233,230). Sum of RGB (Red+Green+Blue) = 234+233+230=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9E6 is #151619. Grayscale: #E8E8E8. Windows color (decimal): -1381914 or 15133162. OLE color: 15133162.

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

Color convert

RGB234233230-
CMYK00.000.020.08
HSL45º8.7%90.98%-
HSV(B)45º1.71%91.76%-
XYZ77.3581.4886.51-
YUV232.96126.33128.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 233 (91.41% from 255) = 33.43%
BLUE value IS 230 (90.23% from 255) = 33.00%
R=33.57%
G=33.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423323000.000.020.08458.790.98
HexEAE9E600282d95b
Octal352351346002105511133
Binary1110101011101001111001100010100010110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9E6; }

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

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

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

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

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

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

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

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