#FEE6A0

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

Shades of Cream Brulee #FEE6A0

Tints of Cream Brulee #FEE6A0

Color information

#FEE6A0 (or 0xFEE6A0) is unknown color: approx Cream Brulee. HEX triplet: FE, E6 and A0. RGB value is (254,230,160). Sum of RGB (Red+Green+Blue) = 254+230+160=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A0 is #01195F. Grayscale: #E5E5E5. Windows color (decimal): -72032 or 10544894. OLE color: 10544894.

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

Color convert

RGB254230160-
CMYK00.090.370.00
HSL44.68º97.92%81.18%-
HSV(B)44.68º37.01%99.61%-
XYZ75.5280.244.76-
YUV229.288.95145.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 160 (62.89% from 255) = 24.84%
R=39.44%
G=35.71%
B=24.84%

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
Decimal25423016000.090.370.0044.6897.9281.18
HexFEE6A0092502d6251
Octal37634624001145055142121
Binary11111110111001101010000001001100101010110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6A0; }

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

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

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

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

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

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

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

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