Html Css Color HEX #EBE9E2 Narvik

📋 copy color: '#EBE9E2'

red 235 ◦ green 233 ◦ blue 226

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

Shades of Narvik #EBE9E2

Tints of Narvik #EBE9E2

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 value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBE9E2 (or 0xEBE9E2) is known color: 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

RGB 235 233 226 -
CMYK 0 0.01 0.04 0.08
HSL 46.67º 0.18% 0.9% -
HSV(B) 46.67º 0.04% 0.92% -
XYZ 77.13 81.43 83.6 -
YUV 232.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 235 233 226 0 0.01 0.04 0.08 46.67 0.18 0.9
Hex EB E9 E2 0 1 4 8 2F 12 5A
Octal 353 351 342 0 1 4 10 57 22 132
Binary 11101011 11101001 11100010 0 1 100 1000 101111 10010 1011010

Color Harmonies of #EBE9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9E2

Black with #EBE9E2

Text Example


Text Example

White with #EBE9E2

Text Example


Text Example

HTML Codes & Css Web 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>