#EFEDE8

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

Shades of Romance #EFEDE8

Tints of Romance #EFEDE8

Color information

#EFEDE8 (or 0xEFEDE8) is unknown color: approx Romance. HEX triplet: EF, ED and E8. RGB value is (239,237,232). Sum of RGB (Red+Green+Blue) = 239+237+232=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDE8 is #101217. Grayscale: #EDEDED. Windows color (decimal): -1053208 or 15265263. OLE color: 15265263.

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

Color convert

RGB239237232-
CMYK00.010.030.06
HSL42.86º17.95%92.35%-
HSV(B)42.86º2.93%93.73%-
XYZ80.4584.7588.46-
YUV237.03125.16129.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 232 (91.02% from 255) = 32.77%
R=33.76%
G=33.47%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923723200.010.030.0642.8617.9592.35
HexEFEDE801362b125c
Octal35735535001365322134
Binary1110111111101101111010000111110101011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE8; }

 p { color: rgb(239,237,232); }

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

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

 a { background-color: rgb(239,237,232); }

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

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

 span { border-color: rgb(239,237,232); }

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