#EFE3B5

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

Shades of Barley White #EFE3B5

Tints of Barley White #EFE3B5

Color information

#EFE3B5 (or 0xEFE3B5) is unknown color: approx Barley White. HEX triplet: EF, E3 and B5. RGB value is (239,227,181). Sum of RGB (Red+Green+Blue) = 239+227+181=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3B5 is #101C4A. Grayscale: #E1E1E1. Windows color (decimal): -1055819 or 11920367. OLE color: 11920367.

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

Color convert

RGB239227181-
CMYK00.050.240.06
HSL47.59º64.44%82.35%-
HSV(B)47.59º24.27%93.73%-
XYZ71.4176.6354.74-
YUV225.34102.98137.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 181 (71.09% from 255) = 27.98%
R=36.94%
G=35.09%
B=27.98%

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
Decimal23922718100.050.240.0647.5964.4482.35
HexEFE3B505186304052
Octal3573432650530660100122
Binary11101111111000111011010101011100011011000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3B5; }

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

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

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

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

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

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

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

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