#FEE094

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

Shades of Cream Brulee #FEE094

Tints of Cream Brulee #FEE094

Color information

#FEE094 (or 0xFEE094) is unknown color: approx Cream Brulee. HEX triplet: FE, E0 and 94. RGB value is (254,224,148). Sum of RGB (Red+Green+Blue) = 254+224+148=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE094 is #011F6B. Grayscale: #E0E0E0. Windows color (decimal): -73580 or 9756926. OLE color: 9756926.

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

Color convert

RGB254224148-
CMYK00.120.420.00
HSL43.02º98.15%78.82%-
HSV(B)43.02º41.73%99.61%-
XYZ72.8776.5238.95-
YUV224.3184.94149.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 148 (58.20% from 255) = 23.64%
R=40.58%
G=35.78%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422414800.120.420.0043.0298.1578.82
HexFEE0940C2A02b624f
Octal37634022401452053142117
Binary11111110111000001001010001100101010010101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE094; }

 p { color: rgb(254,224,148); }

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

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

 a { background-color: rgb(254,224,148); }

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

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

 span { border-color: rgb(254,224,148); }

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