Html Css Color HEX #EAE7D9 Narvik

📋 copy color: '#EAE7D9'

red 234 ◦ green 231 ◦ blue 217

#EAE7D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Narvik #EAE7D9

Tints of Narvik #EAE7D9

RGB

 RED value IS 234 (91.8% from 255) = 34.31%

 GREEN value IS 231 (90.63% from 255) = 33.87%

 BLUE value IS 217 (85.16% from 255) = 31.82%

R = 34.31%
G = 33.87%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAE7D9 (or 0xEAE7D9) is known color: Narvik. HEX triplet: EA, E7 and D9. RGB value is (234,231,217). Sum of RGB (Red+Green+Blue) = 234+231+217=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7D9 is #151826. Grayscale: #E6E6E6. Windows color (decimal): -1382439 or 14280682. OLE color: 14280682.

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

Color convert

RGB 234 231 217 -
CMYK 0 0.01 0.07 0.08
HSL 49.41º 0.29% 0.88% -
HSV(B) 49.41º 0.07% 0.92% -
XYZ 75.03 79.65 77.07 -
YUV 230.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 234 231 217 0 0.01 0.07 0.08 49.41 0.29 0.88
Hex EA E7 D9 0 1 7 8 31 1D 58
Octal 352 347 331 0 1 7 10 61 35 130
Binary 11101010 11100111 11011001 0 1 111 1000 110001 11101 1011000

Color Harmonies of #EAE7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE7D9

Black with #EAE7D9

Text Example


Text Example

White with #EAE7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE7D9; }

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

 H1.HeaderClassName
 {
   color: #EAE7D9;
 }
 .AnyTagClassName
 {
   color: #EAE7D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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