#EFE3BE

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

Shades of Half Colonial White #EFE3BE

Tints of Half Colonial White #EFE3BE

Color information

#EFE3BE (or 0xEFE3BE) is unknown color: approx Half Colonial White. HEX triplet: EF, E3 and BE. RGB value is (239,227,190). Sum of RGB (Red+Green+Blue) = 239+227+190=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BE is #101C41. Grayscale: #E2E2E2. Windows color (decimal): -1055810 or 12510191. OLE color: 12510191.

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

Color convert

RGB239227190-
CMYK00.050.210.06
HSL45.31º60.49%84.12%-
HSV(B)45.31º20.5%93.73%-
XYZ72.3677.0159.77-
YUV226.37107.48137.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=36.43%
G=34.60%
B=28.96%

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
Decimal23922719000.050.210.0645.3160.4984.12
HexEFE3BE051562d3c54
Octal357343276052565574124
Binary1110111111100011101111100101101011101011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3BE; }

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

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

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

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

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

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

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

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