#EFE2B2

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

Shades of Barley White #EFE2B2

Tints of Barley White #EFE2B2

Color information

#EFE2B2 (or 0xEFE2B2) is unknown color: approx Barley White. HEX triplet: EF, E2 and B2. RGB value is (239,226,178). Sum of RGB (Red+Green+Blue) = 239+226+178=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2B2 is #101D4D. Grayscale: #E0E0E0. Windows color (decimal): -1056078 or 11723503. OLE color: 11723503.

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

Color convert

RGB239226178-
CMYK00.050.260.06
HSL47.21º65.59%81.76%-
HSV(B)47.21º25.52%93.73%-
XYZ70.8375.9653.05-
YUV224.42101.81138.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 178 (69.92% from 255) = 27.68%
R=37.17%
G=35.15%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922617800.050.260.0647.2165.5981.76
HexEFE2B2051A62f4252
Octal3573422620532657102122
Binary11101111111000101011001001011101011010111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2B2; }

 p { color: rgb(239,226,178); }

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

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

 a { background-color: rgb(239,226,178); }

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

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

 span { border-color: rgb(239,226,178); }

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