#EFEEEB

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

Shades of Romance #EFEEEB

Tints of Romance #EFEEEB

Color information

#EFEEEB (or 0xEFEEEB) is unknown color: approx Romance. HEX triplet: EF, EE and EB. RGB value is (239,238,235). Sum of RGB (Red+Green+Blue) = 239+238+235=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEEB is #101114. Grayscale: #EDEDED. Windows color (decimal): -1052949 or 15462127. OLE color: 15462127.

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

Color convert

RGB239238235-
CMYK00.000.020.06
HSL45º11.11%92.94%-
HSV(B)45º1.67%93.73%-
XYZ81.1785.590.82-
YUV237.96126.33128.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=33.57%
G=33.43%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923823500.000.020.064511.1192.94
HexEFEEEB00262db5d
Octal35735635300265513135
Binary111011111110111011101011001011010110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEEB; }

 p { color: rgb(239,238,235); }

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

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

 a { background-color: rgb(239,238,235); }

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

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

 span { border-color: rgb(239,238,235); }

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