#EFEDE7

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

Shades of Romance #EFEDE7

Tints of Romance #EFEDE7

Color information

#EFEDE7 (or 0xEFEDE7) is unknown color: approx Romance. HEX triplet: EF, ED and E7. RGB value is (239,237,231). Sum of RGB (Red+Green+Blue) = 239+237+231=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDE7 is #101218. Grayscale: #ECECEC. Windows color (decimal): -1053209 or 15199727. OLE color: 15199727.

HSL color Cylindrical-coordinate representation of color #EFEDE7: hue angle of 45º degrees, saturation: 0.2, 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 #EFEDE7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239237231-
CMYK00.010.030.06
HSL45º20%92.16%-
HSV(B)45º3.35%93.73%-
XYZ80.384.6987.72-
YUV236.91124.66129.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 231 (90.62% from 255) = 32.67%
R=33.80%
G=33.52%
B=32.67%

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
Decimal23923723100.010.030.06452092.16
HexEFEDE701362d145c
Octal35735534701365524134
Binary1110111111101101111001110111110101101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE7; }

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

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

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

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

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

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

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

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