#EFE3B3

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

Shades of Barley White #EFE3B3

Tints of Barley White #EFE3B3

Color information

#EFE3B3 (or 0xEFE3B3) is unknown color: approx Barley White. HEX triplet: EF, E3 and B3. RGB value is (239,227,179). Sum of RGB (Red+Green+Blue) = 239+227+179=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3B3 is #101C4C. Grayscale: #E1E1E1. Windows color (decimal): -1055821 or 11789295. OLE color: 11789295.

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

Color convert

RGB239227179-
CMYK00.050.250.06
HSL48º65.22%81.96%-
HSV(B)48º25.1%93.73%-
XYZ71.276.5453.67-
YUV225.12101.98137.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 227 (89.06% from 255) = 35.19%
BLUE value IS 179 (70.31% from 255) = 27.75%
R=37.05%
G=35.19%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922717900.050.250.064865.2281.96
HexEFE3B305196304152
Octal3573432630531660101122
Binary11101111111000111011001101011100111011000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3B3; }

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

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

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

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

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

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

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

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