#FEE0AA

Color #FEE0AA Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #FEE0AA

Tints of Peach-Yellow #FEE0AA

Color information

#FEE0AA (or 0xFEE0AA) is unknown color: approx Peach-Yellow. HEX triplet: FE, E0 and AA. RGB value is (254,224,170). Sum of RGB (Red+Green+Blue) = 254+224+170=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0AA is #011F55. Grayscale: #E3E3E3. Windows color (decimal): -73558 or 11198718. OLE color: 11198718.

HSL color Cylindrical-coordinate representation of color #FEE0AA: hue angle of 38.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE0AA is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254224170-
CMYK00.120.330.00
HSL38.57º97.67%83.14%-
HSV(B)38.57º33.07%99.61%-
XYZ74.7877.2849.01-
YUV226.8195.94147.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=39.20%
G=34.57%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422417000.120.330.0038.5797.6783.14
HexFEE0AA0C210276253
Octal37634025201441047142123
Binary11111110111000001010101001100100001010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0AA; }

 p { color: rgb(254,224,170); }

 H1.HeaderClassName
 {
   color: #FEE0AA;
 }
 .AnyTagClassName
 {
   color: #FEE0AA;
 }
</style>
background-color css

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

 a { background-color: rgb(254,224,170); }

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

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

 span { border-color: rgb(254,224,170); }

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