#EFE3BD

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

Shades of Half Colonial White #EFE3BD

Tints of Half Colonial White #EFE3BD

Color information

#EFE3BD (or 0xEFE3BD) is unknown color: approx Half Colonial White. HEX triplet: EF, E3 and BD. RGB value is (239,227,189). Sum of RGB (Red+Green+Blue) = 239+227+189=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BD is #101C42. Grayscale: #E2E2E2. Windows color (decimal): -1055811 or 12444655. OLE color: 12444655.

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

Color convert

RGB239227189-
CMYK00.050.210.06
HSL45.6º60.98%83.92%-
HSV(B)45.6º20.92%93.73%-
XYZ72.2576.9659.19-
YUV226.26106.98137.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 189 (74.22% from 255) = 28.85%
R=36.49%
G=34.66%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922718900.050.210.0645.660.9883.92
HexEFE3BD051562e3d54
Octal357343275052565675124
Binary1110111111100011101111010101101011101011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3BD; }

 p { color: rgb(239,227,189); }

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

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

 a { background-color: rgb(239,227,189); }

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

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

 span { border-color: rgb(239,227,189); }

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