#FFE2AC

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

Shades of Peach-Yellow #FFE2AC

Tints of Peach-Yellow #FFE2AC

Color information

#FFE2AC (or 0xFFE2AC) is unknown color: approx Peach-Yellow. HEX triplet: FF, E2 and AC. RGB value is (255,226,172). Sum of RGB (Red+Green+Blue) = 255+226+172=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AC is #001D53. Grayscale: #E4E4E4. Windows color (decimal): -7508 or 11330303. OLE color: 11330303.

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

Color convert

RGB255226172-
CMYK00.110.330
HSL39.04º100%83.73%-
HSV(B)39.04º32.55%100%-
XYZ75.8878.6350.21-
YUV228.5296.11146.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 172 (67.58% from 255) = 26.34%
R=39.05%
G=34.61%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522617200.110.33039.0410083.73
HexFFE2AC0B210276454
Octal37734225401341047144124
Binary11111111111000101010110001011100001010011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2AC; }

 p { color: rgb(255,226,172); }

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

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

 a { background-color: rgb(255,226,172); }

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

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

 span { border-color: rgb(255,226,172); }

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