#EFE6BD

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

Shades of Half Colonial White #EFE6BD

Tints of Half Colonial White #EFE6BD

Color information

#EFE6BD (or 0xEFE6BD) is unknown color: approx Half Colonial White. HEX triplet: EF, E6 and BD. RGB value is (239,230,189). Sum of RGB (Red+Green+Blue) = 239+230+189=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BD is #101942. Grayscale: #E4E4E4. Windows color (decimal): -1055043 or 12445423. OLE color: 12445423.

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

Color convert

RGB239230189-
CMYK00.040.210.06
HSL49.2º60.98%83.92%-
HSV(B)49.2º20.92%93.73%-
XYZ73.0878.6259.47-
YUV228.02105.98135.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=36.32%
G=34.95%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923018900.040.210.0649.260.9883.92
HexEFE6BD04156313d54
Octal357346275042566175124
Binary1110111111100110101111010100101011101100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6BD; }

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

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

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

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

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

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

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

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