#EAE6DC

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

Shades of Narvik #EAE6DC

Tints of Narvik #EAE6DC

Color information

#EAE6DC (or 0xEAE6DC) is unknown color: approx Narvik. HEX triplet: EA, E6 and DC. RGB value is (234,230,220). Sum of RGB (Red+Green+Blue) = 234+230+220=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6DC is #151923. Grayscale: #E6E6E6. Windows color (decimal): -1382692 or 14477034. OLE color: 14477034.

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

Color convert

RGB234230220-
CMYK00.020.060.08
HSL42.86º25%89.02%-
HSV(B)42.86º5.98%91.76%-
XYZ75.1579.2579.05-
YUV230.06122.33130.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=34.21%
G=33.63%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423022000.020.060.0842.862589.02
HexEAE6DC02682b1959
Octal352346334026105331131
Binary1110101011100110110111000101101000101011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6DC; }

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

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

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

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

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

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

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

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