#EFE5BB

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

Shades of Half Colonial White #EFE5BB

Tints of Half Colonial White #EFE5BB

Color information

#EFE5BB (or 0xEFE5BB) is unknown color: approx Half Colonial White. HEX triplet: EF, E5 and BB. RGB value is (239,229,187). Sum of RGB (Red+Green+Blue) = 239+229+187=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5BB is #101A44. Grayscale: #E3E3E3. Windows color (decimal): -1055301 or 12314095. OLE color: 12314095.

HSL color Cylindrical-coordinate representation of color #EFE5BB: hue angle of 48.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE5BB is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239229187-
CMYK00.040.220.06
HSL48.46º61.9%83.53%-
HSV(B)48.46º21.76%93.73%-
XYZ72.5977.9858.24-
YUV227.2105.31136.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=36.49%
G=34.96%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922918700.040.220.0648.4661.983.53
HexEFE5BB04166303e54
Octal357345273042666076124
Binary1110111111100101101110110100101101101100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5BB; }

 p { color: rgb(239,229,187); }

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

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

 a { background-color: rgb(239,229,187); }

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

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

 span { border-color: rgb(239,229,187); }

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