Html Css Color HEX #EFE2B1 Barley White

📋 copy color: '#EFE2B1'

red 239 ◦ green 226 ◦ blue 177

#EFE2B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley White #EFE2B1

Tints of Barley White #EFE2B1

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 226 (88.67% from 255) = 35.2%

 BLUE value IS 177 (69.53% from 255) = 27.57%

R = 37.23%
G = 35.2%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFE2B1 (or 0xEFE2B1) is known color: Barley White. HEX triplet: EF, E2 and B1. RGB value is (239,226,177). Sum of RGB (Red+Green+Blue) = 239+226+177=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2B1 is #101D4E. Grayscale: #E0E0E0. Windows color (decimal): -1056079 or 11657967. OLE color: 11657967.

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

Color convert

RGB 239 226 177 -
CMYK 0 0.05 0.26 0.06
HSL 47.42º 0.66% 0.82% -
HSV(B) 47.42º 0.26% 0.94% -
XYZ 70.73 75.92 52.52 -
YUV 224.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 239 226 177 0 0.05 0.26 0.06 47.42 0.66 0.82
Hex EF E2 B1 0 5 1A 6 2F 42 52
Octal 357 342 261 0 5 32 6 57 102 122
Binary 11101111 11100010 10110001 0 101 11010 110 101111 1000010 1010010

Color Harmonies of #EFE2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2B1

Black with #EFE2B1

Text Example


Text Example

White with #EFE2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2B1; }

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

 H1.HeaderClassName
 {
   color: #EFE2B1;
 }
 .AnyTagClassName
 {
   color: #EFE2B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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