Html Css Color HEX #EFE3B2 Barley White

📋 copy color: '#EFE3B2'

red 239 ◦ green 227 ◦ blue 178

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

Shades of Barley White #EFE3B2

Tints of Barley White #EFE3B2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.25%

 BLUE value IS 178 (69.92% from 255) = 27.64%

R = 37.11%
G = 35.25%
B = 27.64%

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

#EFE3B2 (or 0xEFE3B2) is known color: Barley White. HEX triplet: EF, E3 and B2. RGB value is (239,227,178). Sum of RGB (Red+Green+Blue) = 239+227+178=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3B2 is #101C4D. Grayscale: #E1E1E1. Windows color (decimal): -1055822 or 11723759. OLE color: 11723759.

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

Color convert

RGB 239 227 178 -
CMYK 0 0.05 0.26 0.06
HSL 48.2º 0.66% 0.82% -
HSV(B) 48.2º 0.26% 0.94% -
XYZ 71.1 76.5 53.14 -
YUV 225 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 239 227 178 0 0.05 0.26 0.06 48.2 0.66 0.82
Hex EF E3 B2 0 5 1A 6 30 42 52
Octal 357 343 262 0 5 32 6 60 102 122
Binary 11101111 11100011 10110010 0 101 11010 110 110000 1000010 1010010

Color Harmonies of #EFE3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3B2

Black with #EFE3B2

Text Example


Text Example

White with #EFE3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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