#EFEDEA

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

Shades of Romance #EFEDEA

Tints of Romance #EFEDEA

Color information

#EFEDEA (or 0xEFEDEA) is unknown color: approx Romance. HEX triplet: EF, ED and EA. RGB value is (239,237,234). Sum of RGB (Red+Green+Blue) = 239+237+234=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEA is #101215. Grayscale: #EDEDED. Windows color (decimal): -1053206 or 15396335. OLE color: 15396335.

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

Color convert

RGB239237234-
CMYK00.010.020.06
HSL36º13.51%92.75%-
HSV(B)36º2.09%93.73%-
XYZ80.7384.8689.97-
YUV237.26126.16129.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=33.66%
G=33.38%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923723400.010.020.063613.5192.75
HexEFEDEA012624e5d
Octal35735535201264416135
Binary111011111110110111101010011011010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDEA; }

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

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

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

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

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

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

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

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