#FEE6A4

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

Shades of Cape Honey #FEE6A4

Tints of Cape Honey #FEE6A4

Color information

#FEE6A4 (or 0xFEE6A4) is unknown color: approx Cape Honey. HEX triplet: FE, E6 and A4. RGB value is (254,230,164). Sum of RGB (Red+Green+Blue) = 254+230+164=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A4 is #01195B. Grayscale: #E5E5E5. Windows color (decimal): -72028 or 10807038. OLE color: 10807038.

HSL color Cylindrical-coordinate representation of color #FEE6A4: hue angle of 44º 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 #FEE6A4 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254230164-
CMYK00.090.350.00
HSL44º97.83%81.96%-
HSV(B)44º35.43%99.61%-
XYZ75.8780.3446.63-
YUV229.6590.95145.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 164 (64.45% from 255) = 25.31%
R=39.20%
G=35.49%
B=25.31%

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
Decimal25423016400.090.350.004497.8381.96
HexFEE6A4092302c6252
Octal37634624401143054142122
Binary11111110111001101010010001001100011010110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6A4; }

 p { color: rgb(254,230,164); }

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

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

 a { background-color: rgb(254,230,164); }

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

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

 span { border-color: rgb(254,230,164); }

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