#FEE7A0

Color #FEE7A0 Cream Brulee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Brulee #FEE7A0

Tints of Cream Brulee #FEE7A0

Color information

#FEE7A0 (or 0xFEE7A0) is unknown color: approx Cream Brulee. HEX triplet: FE, E7 and A0. RGB value is (254,231,160). Sum of RGB (Red+Green+Blue) = 254+231+160=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7A0 is #01185F. Grayscale: #E6E6E6. Windows color (decimal): -71776 or 10545150. OLE color: 10545150.

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

Color convert

RGB254231160-
CMYK00.090.370.00
HSL45.32º97.92%81.18%-
HSV(B)45.32º37.01%99.61%-
XYZ75.7980.7644.85-
YUV229.7888.62145.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 160 (62.89% from 255) = 24.81%
R=39.38%
G=35.81%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423116000.090.370.0045.3297.9281.18
HexFEE7A0092502d6251
Octal37634724001145055142121
Binary11111110111001111010000001001100101010110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7A0; }

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

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

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

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

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

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

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

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