#FEE69A

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

Shades of Cream Brulee #FEE69A

Tints of Cream Brulee #FEE69A

Color information

#FEE69A (or 0xFEE69A) is unknown color: approx Cream Brulee. HEX triplet: FE, E6 and 9A. RGB value is (254,230,154). Sum of RGB (Red+Green+Blue) = 254+230+154=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 154 (60.55% from 255 or 24.14% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE69A is #011965. Grayscale: #E4E4E4. Windows color (decimal): -72038 or 10151678. OLE color: 10151678.

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

Color convert

RGB254230154-
CMYK00.090.390.00
HSL45.6º98.04%80%-
HSV(B)45.6º39.37%99.61%-
XYZ758042.06-
YUV228.5185.95146.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 154 (60.55% from 255) = 24.14%
R=39.81%
G=36.05%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423015400.090.390.0045.698.0480
HexFEE69A092702e6250
Octal37634623201147056142120
Binary11111110111001101001101001001100111010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE69A; }

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

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

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

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

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

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

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

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