Html Css Color HEX #EBE9E3 Narvik

📋 copy color: '#EBE9E3'

red 235 ◦ green 233 ◦ blue 227

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

Shades of Narvik #EBE9E3

Tints of Narvik #EBE9E3

RGB

 RED value IS 235 (92.19% from 255) = 33.81%

 GREEN value IS 233 (91.41% from 255) = 33.53%

 BLUE value IS 227 (89.06% from 255) = 32.66%

R = 33.81%
G = 33.53%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBE9E3 (or 0xEBE9E3) is known color: Narvik. HEX triplet: EB, E9 and E3. RGB value is (235,233,227). Sum of RGB (Red+Green+Blue) = 235+233+227=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9E3 is #14161C. Grayscale: #E8E8E8. Windows color (decimal): -1316381 or 14936555. OLE color: 14936555.

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

Color convert

RGB 235 233 227 -
CMYK 0 0.01 0.03 0.08
HSL 45º 0.17% 0.91% -
HSV(B) 45º 0.03% 0.92% -
XYZ 77.26 81.49 84.33 -
YUV 232.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 235 233 227 0 0.01 0.03 0.08 45 0.17 0.91
Hex EB E9 E3 0 1 3 8 2D 11 5B
Octal 353 351 343 0 1 3 10 55 21 133
Binary 11101011 11101001 11100011 0 1 11 1000 101101 10001 1011011

Color Harmonies of #EBE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9E3

Black with #EBE9E3

Text Example


Text Example

White with #EBE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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