#FEE095

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

Shades of Cream Brulee #FEE095

Tints of Cream Brulee #FEE095

Color information

#FEE095 (or 0xFEE095) is unknown color: approx Cream Brulee. HEX triplet: FE, E0 and 95. RGB value is (254,224,149). Sum of RGB (Red+Green+Blue) = 254+224+149=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE095 is #011F6A. Grayscale: #E0E0E0. Windows color (decimal): -73579 or 9822462. OLE color: 9822462.

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

Color convert

RGB254224149-
CMYK00.120.410.00
HSL42.86º98.13%79.02%-
HSV(B)42.86º41.34%99.61%-
XYZ72.9576.5539.36-
YUV224.4285.44149.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 23.76%
R=40.51%
G=35.73%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422414900.120.410.0042.8698.1379.02
HexFEE0950C2902b624f
Octal37634022501451053142117
Binary11111110111000001001010101100101001010101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE095; }

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

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

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

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

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

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

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

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