Html Css Color HEX #EFE2B0 Barley White

📋 copy color: '#EFE2B0'

red 239 ◦ green 226 ◦ blue 176

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

Shades of Barley White #EFE2B0

Tints of Barley White #EFE2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.46%

R = 37.29%
G = 35.26%
B = 27.46%

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

#EFE2B0 (or 0xEFE2B0) is known color: Barley White. HEX triplet: EF, E2 and B0. RGB value is (239,226,176). Sum of RGB (Red+Green+Blue) = 239+226+176=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2B0 is #101D4F. Grayscale: #E0E0E0. Windows color (decimal): -1056080 or 11592431. OLE color: 11592431.

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

Color convert

RGB 239 226 176 -
CMYK 0 0.05 0.26 0.06
HSL 47.62º 0.66% 0.81% -
HSV(B) 47.62º 0.26% 0.94% -
XYZ 70.63 75.88 52 -
YUV 224.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 239 226 176 0 0.05 0.26 0.06 47.62 0.66 0.81
Hex EF E2 B0 0 5 1A 6 30 42 51
Octal 357 342 260 0 5 32 6 60 102 121
Binary 11101111 11100010 10110000 0 101 11010 110 110000 1000010 1010001

Color Harmonies of #EFE2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2B0

Black with #EFE2B0

Text Example


Text Example

White with #EFE2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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