#EFECEB

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

Shades of Rose White #EFECEB

Tints of Rose White #EFECEB

Color information

#EFECEB (or 0xEFECEB) is unknown color: approx Rose White. HEX triplet: EF, EC and EB. RGB value is (239,236,235). Sum of RGB (Red+Green+Blue) = 239+236+235=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECEB is #101314. Grayscale: #ECECEC. Windows color (decimal): -1053461 or 15461615. OLE color: 15461615.

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

Color convert

RGB239236235-
CMYK00.010.020.06
HSL15º11.11%92.94%-
HSV(B)15º1.67%93.73%-
XYZ80.5984.3490.63-
YUV236.78126.99129.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=33.66%
G=33.24%
B=33.10%

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
Decimal23923623500.010.020.061511.1192.94
HexEFECEB0126fb5d
Octal35735435301261713135
Binary1110111111101100111010110110110111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECEB; }

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

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

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

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

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

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

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

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