#EFE4B5

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

Shades of Barley White #EFE4B5

Tints of Barley White #EFE4B5

Color information

#EFE4B5 (or 0xEFE4B5) is unknown color: approx Barley White. HEX triplet: EF, E4 and B5. RGB value is (239,228,181). Sum of RGB (Red+Green+Blue) = 239+228+181=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4B5 is #101B4A. Grayscale: #E2E2E2. Windows color (decimal): -1055563 or 11920623. OLE color: 11920623.

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

Color convert

RGB239228181-
CMYK00.050.240.06
HSL48.62º64.44%82.35%-
HSV(B)48.62º24.27%93.73%-
XYZ71.6877.1754.83-
YUV225.93102.64137.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 181 (71.09% from 255) = 27.93%
R=36.88%
G=35.19%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922818100.050.240.0648.6264.4482.35
HexEFE4B505186314052
Octal3573442650530661100122
Binary11101111111001001011010101011100011011000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4B5; }

 p { color: rgb(239,228,181); }

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

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

 a { background-color: rgb(239,228,181); }

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

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

 span { border-color: rgb(239,228,181); }

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