Html Css Color HEX #F2E0AE Wheat

📋 copy color: '#F2E0AE'

red 242 ◦ green 224 ◦ blue 174

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

Shades of Wheat #F2E0AE

Tints of Wheat #F2E0AE

RGB

 RED value IS 242 (94.92% from 255) = 37.81%

 GREEN value IS 224 (87.89% from 255) = 35%

 BLUE value IS 174 (68.36% from 255) = 27.19%

R = 37.81%
G = 35%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2E0AE (or 0xF2E0AE) is known color: Wheat. HEX triplet: F2, E0 and AE. RGB value is (242,224,174). Sum of RGB (Red+Green+Blue) = 242+224+174=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AE is #0D1F51. Grayscale: #DFDFDF. Windows color (decimal): -859986 or 11460850. OLE color: 11460850.

HSL color Cylindrical-coordinate representation of color #F2E0AE: hue angle of 44.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E0AE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 174 -
CMYK 0 0.07 0.28 0.05
HSL 44.12º 0.72% 0.82% -
HSV(B) 44.12º 0.28% 0.95% -
XYZ 70.91 75.24 50.83 -
YUV 223.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 242 224 174 0 0.07 0.28 0.05 44.12 0.72 0.82
Hex F2 E0 AE 0 7 1C 5 2C 48 52
Octal 362 340 256 0 7 34 5 54 110 122
Binary 11110010 11100000 10101110 0 111 11100 101 101100 1001000 1010010

Color Harmonies of #F2E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0AE

Black with #F2E0AE

Text Example


Text Example

White with #F2E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0AE; }

 p { color: rgb(242,224,174); }

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

background-color css

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

 a { background-color: rgb(242,224,174); }

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

border-color css

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

 span { border-color: rgb(242,224,174); }

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