#FEE7A5

Color #FEE7A5 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FEE7A5

Tints of Cape Honey #FEE7A5

Color information

#FEE7A5 (or 0xFEE7A5) is unknown color: approx Cape Honey. HEX triplet: FE, E7 and A5. RGB value is (254,231,165). Sum of RGB (Red+Green+Blue) = 254+231+165=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7A5 is #01185A. Grayscale: #E6E6E6. Windows color (decimal): -71771 or 10872830. OLE color: 10872830.

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

Color convert

RGB254231165-
CMYK00.090.350.00
HSL44.49º97.8%82.16%-
HSV(B)44.49º35.04%99.61%-
XYZ76.2480.9447.2-
YUV230.3591.12144.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 165 (64.84% from 255) = 25.38%
R=39.08%
G=35.54%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423116500.090.350.0044.4997.882.16
HexFEE7A5092302c6252
Octal37634724501143054142122
Binary11111110111001111010010101001100011010110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7A5; }

 p { color: rgb(254,231,165); }

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

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

 a { background-color: rgb(254,231,165); }

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

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

 span { border-color: rgb(254,231,165); }

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