#FEE29A

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

Shades of Cream Brulee #FEE29A

Tints of Cream Brulee #FEE29A

Color information

#FEE29A (or 0xFEE29A) is unknown color: approx Cream Brulee. HEX triplet: FE, E2 and 9A. RGB value is (254,226,154). Sum of RGB (Red+Green+Blue) = 254+226+154=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 154 (60.55% from 255 or 24.29% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29A is #011D65. Grayscale: #E2E2E2. Windows color (decimal): -73062 or 10150654. OLE color: 10150654.

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

Color convert

RGB254226154-
CMYK00.110.390.00
HSL43.2º98.04%80%-
HSV(B)43.2º39.37%99.61%-
XYZ73.977.841.69-
YUV226.1687.28147.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 154 (60.55% from 255) = 24.29%
R=40.06%
G=35.65%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422615400.110.390.0043.298.0480
HexFEE29A0B2702b6250
Octal37634223201347053142120
Binary11111110111000101001101001011100111010101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE29A; }

 p { color: rgb(254,226,154); }

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

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

 a { background-color: rgb(254,226,154); }

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

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

 span { border-color: rgb(254,226,154); }

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