#EAE7DA

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

Shades of Narvik #EAE7DA

Tints of Narvik #EAE7DA

Color information

#EAE7DA (or 0xEAE7DA) is unknown color: approx Narvik. HEX triplet: EA, E7 and DA. RGB value is (234,231,218). Sum of RGB (Red+Green+Blue) = 234+231+218=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7DA is #151825. Grayscale: #E6E6E6. Windows color (decimal): -1382438 or 14346218. OLE color: 14346218.

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

Color convert

RGB234231218-
CMYK00.010.070.08
HSL48.75º27.59%88.63%-
HSV(B)48.75º6.84%91.76%-
XYZ75.1679.7177.75-
YUV230.42120.99130.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=34.26%
G=33.82%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423121800.010.070.0848.7527.5988.63
HexEAE7DA0178311c59
Octal352347332017106134131
Binary111010101110011111011010011111000110001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7DA; }

 p { color: rgb(234,231,218); }

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

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

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

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

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

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

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