#EBE9E2

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

Shades of Narvik #EBE9E2

Tints of Narvik #EBE9E2

Color information

#EBE9E2 (or 0xEBE9E2) is unknown color: approx Narvik. HEX triplet: EB, E9 and E2. RGB value is (235,233,226). Sum of RGB (Red+Green+Blue) = 235+233+226=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9E2 is #14161D. Grayscale: #E8E8E8. Windows color (decimal): -1316382 or 14871019. OLE color: 14871019.

HSL color Cylindrical-coordinate representation of color #EBE9E2: hue angle of 46.67º degrees, saturation: 0.18, 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 #EBE9E2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235233226-
CMYK00.010.040.08
HSL46.67º18.37%90.39%-
HSV(B)46.67º3.83%92.16%-
XYZ77.1381.4383.6-
YUV232.8124.16129.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 226 (88.67% from 255) = 32.56%
R=33.86%
G=33.57%
B=32.56%

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
Decimal23523322600.010.040.0846.6718.3790.39
HexEBE9E201482f125a
Octal353351342014105722132
Binary111010111110100111100010011001000101111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9E2; }

 p { color: rgb(235,233,226); }

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

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

 a { background-color: rgb(235,233,226); }

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

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

 span { border-color: rgb(235,233,226); }

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