#FEE295

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

Shades of Cream Brulee #FEE295

Tints of Cream Brulee #FEE295

Color information

#FEE295 (or 0xFEE295) is unknown color: approx Cream Brulee. HEX triplet: FE, E2 and 95. RGB value is (254,226,149). Sum of RGB (Red+Green+Blue) = 254+226+149=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE295 is #011D6A. Grayscale: #E1E1E1. Windows color (decimal): -73067 or 9822974. OLE color: 9822974.

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

Color convert

RGB254226149-
CMYK00.110.410.00
HSL44º98.13%79.02%-
HSV(B)44º41.34%99.61%-
XYZ73.4977.6339.54-
YUV225.5984.78148.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 149 (58.59% from 255) = 23.69%
R=40.38%
G=35.93%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422614900.110.410.004498.1379.02
HexFEE2950B2902c624f
Octal37634222501351054142117
Binary11111110111000101001010101011101001010110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE295; }

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

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

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

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

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

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

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

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