#EFEDE9

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

Shades of Romance #EFEDE9

Tints of Romance #EFEDE9

Color information

#EFEDE9 (or 0xEFEDE9) is unknown color: approx Romance. HEX triplet: EF, ED and E9. RGB value is (239,237,233). Sum of RGB (Red+Green+Blue) = 239+237+233=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDE9 is #101216. Grayscale: #EDEDED. Windows color (decimal): -1053207 or 15330799. OLE color: 15330799.

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

Color convert

RGB239237233-
CMYK00.010.030.06
HSL40º15.79%92.55%-
HSV(B)40º2.51%93.73%-
XYZ80.5984.889.21-
YUV237.14125.66129.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 233 (91.41% from 255) = 32.86%
R=33.71%
G=33.43%
B=32.86%

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
Decimal23923723300.010.030.064015.7992.55
HexEFEDE9013628105d
Octal35735535101365020135
Binary1110111111101101111010010111110101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE9; }

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

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

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

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

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

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

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

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