#EAE8E0

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

Shades of Narvik #EAE8E0

Tints of Narvik #EAE8E0

Color information

#EAE8E0 (or 0xEAE8E0) is unknown color: approx Narvik. HEX triplet: EA, E8 and E0. RGB value is (234,232,224). Sum of RGB (Red+Green+Blue) = 234+232+224=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8E0 is #15171F. Grayscale: #E7E7E7. Windows color (decimal): -1382176 or 14739690. OLE color: 14739690.

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

Color convert

RGB234232224-
CMYK00.010.040.08
HSL48º19.23%89.8%-
HSV(B)48º4.27%91.76%-
XYZ76.2480.5982.06-
YUV231.69123.66129.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=33.91%
G=33.62%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423222400.010.040.084819.2389.8
HexEAE8E0014830135a
Octal352350340014106023132
Binary111010101110100011100000011001000110000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8E0; }

 p { color: rgb(234,232,224); }

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

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

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

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

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

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

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