#EBE8E0

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

Shades of Narvik #EBE8E0

Tints of Narvik #EBE8E0

Color information

#EBE8E0 (or 0xEBE8E0) is unknown color: approx Narvik. HEX triplet: EB, E8 and E0. RGB value is (235,232,224). Sum of RGB (Red+Green+Blue) = 235+232+224=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E0 is #14171F. Grayscale: #E8E8E8. Windows color (decimal): -1316640 or 14739691. OLE color: 14739691.

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

Color convert

RGB235232224-
CMYK00.010.050.08
HSL43.64º21.57%90%-
HSV(B)43.64º4.68%92.16%-
XYZ76.5780.7682.07-
YUV231.98123.49130.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=34.01%
G=33.57%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523222400.010.050.0843.6421.5790
HexEBE8E001582c165a
Octal353350340015105426132
Binary111010111110100011100000011011000101100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E0; }

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

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

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

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

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

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

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

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