#EFEBE2

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

Shades of Bianca #EFEBE2

Tints of Bianca #EFEBE2

Color information

#EFEBE2 (or 0xEFEBE2) is unknown color: approx Bianca. HEX triplet: EF, EB and E2. RGB value is (239,235,226). Sum of RGB (Red+Green+Blue) = 239+235+226=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBE2 is #10141D. Grayscale: #EBEBEB. Windows color (decimal): -1053726 or 14871535. OLE color: 14871535.

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

Color convert

RGB239235226-
CMYK00.020.050.06
HSL41.54º28.89%91.18%-
HSV(B)41.54º5.44%93.73%-
XYZ79.0383.2683.86-
YUV235.17122.83130.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=34.14%
G=33.57%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923522600.020.050.0641.5428.8991.18
HexEFEBE202562a1d5b
Octal35735334202565235133
Binary111011111110101111100010010101110101010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBE2; }

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

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

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

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

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

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

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

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