Html Css Color HEX #F7EDB9 Barley White

📋 copy color: '#F7EDB9'

red 247 ◦ green 237 ◦ blue 185

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

Shades of Barley White #F7EDB9

Tints of Barley White #F7EDB9

RGB

 RED value IS 247 (96.88% from 255) = 36.92%

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 185 (72.66% from 255) = 27.65%

R = 36.92%
G = 35.43%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7EDB9 (or 0xF7EDB9) is known color: Barley White. HEX triplet: F7, ED and B9. RGB value is (247,237,185). Sum of RGB (Red+Green+Blue) = 247+237+185=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB9 is #081246. Grayscale: #EAEAEA. Windows color (decimal): -528967 or 12185079. OLE color: 12185079.

HSL color Cylindrical-coordinate representation of color #F7EDB9: hue angle of 50.32º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7EDB9 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 237 185 -
CMYK 0 0.04 0.25 0.03
HSL 50.32º 0.79% 0.85% -
HSV(B) 50.32º 0.25% 0.97% -
XYZ 77.4 83.85 58 -
YUV 234.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 247 237 185 0 0.04 0.25 0.03 50.32 0.79 0.85
Hex F7 ED B9 0 4 19 3 32 4F 55
Octal 367 355 271 0 4 31 3 62 117 125
Binary 11110111 11101101 10111001 0 100 11001 11 110010 1001111 1010101

Color Harmonies of #F7EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EDB9

Black with #F7EDB9

Text Example


Text Example

White with #F7EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EDB9; }

 p { color: rgb(247,237,185); }

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

background-color css

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

 a { background-color: rgb(247,237,185); }

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

border-color css

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

 span { border-color: rgb(247,237,185); }

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