Html Css Color HEX #EFE1B4 Barley White

📋 copy color: '#EFE1B4'

red 239 ◦ green 225 ◦ blue 180

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

Shades of Barley White #EFE1B4

Tints of Barley White #EFE1B4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.94%

 BLUE value IS 180 (70.7% from 255) = 27.95%

R = 37.11%
G = 34.94%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFE1B4 (or 0xEFE1B4) is known color: Barley White. HEX triplet: EF, E1 and B4. RGB value is (239,225,180). Sum of RGB (Red+Green+Blue) = 239+225+180=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B4 is #101E4B. Grayscale: #E0E0E0. Windows color (decimal): -1056332 or 11854319. OLE color: 11854319.

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

Color convert

RGB 239 225 180 -
CMYK 0 0.06 0.25 0.06
HSL 45.76º 0.65% 0.82% -
HSV(B) 45.76º 0.25% 0.94% -
XYZ 70.76 75.5 54.02 -
YUV 224.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 239 225 180 0 0.06 0.25 0.06 45.76 0.65 0.82
Hex EF E1 B4 0 6 19 6 2E 41 52
Octal 357 341 264 0 6 31 6 56 101 122
Binary 11101111 11100001 10110100 0 110 11001 110 101110 1000001 1010010

Color Harmonies of #EFE1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1B4

Black with #EFE1B4

Text Example


Text Example

White with #EFE1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1B4; }

 p { color: rgb(239,225,180); }

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

background-color css

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

 a { background-color: rgb(239,225,180); }

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

border-color css

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

 span { border-color: rgb(239,225,180); }

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