Html Css Color HEX #EDE9DA Narvik

📋 copy color: '#EDE9DA'

red 237 ◦ green 233 ◦ blue 218

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

Shades of Narvik #EDE9DA

Tints of Narvik #EDE9DA

RGB

 RED value IS 237 (92.97% from 255) = 34.45%

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

 BLUE value IS 218 (85.55% from 255) = 31.69%

R = 34.45%
G = 33.87%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE9DA (or 0xEDE9DA) is known color: Narvik. HEX triplet: ED, E9 and DA. RGB value is (237,233,218). Sum of RGB (Red+Green+Blue) = 237+233+218=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9DA is #121625. Grayscale: #E8E8E8. Windows color (decimal): -1185318 or 14346733. OLE color: 14346733.

HSL color Cylindrical-coordinate representation of color #EDE9DA: hue angle of 47.37º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE9DA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 218 -
CMYK 0 0.02 0.08 0.07
HSL 47.37º 0.35% 0.89% -
HSV(B) 47.37º 0.08% 0.93% -
XYZ 76.72 81.34 77.99 -
YUV 232.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 237 233 218 0 0.02 0.08 0.07 47.37 0.35 0.89
Hex ED E9 DA 0 2 8 7 2F 23 59
Octal 355 351 332 0 2 10 7 57 43 131
Binary 11101101 11101001 11011010 0 10 1000 111 101111 100011 1011001

Color Harmonies of #EDE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9DA

Black with #EDE9DA

Text Example


Text Example

White with #EDE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9DA; }

 p { color: rgb(237,233,218); }

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

background-color css

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

 a { background-color: rgb(237,233,218); }

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

border-color css

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

 span { border-color: rgb(237,233,218); }

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