#FFE294

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

Shades of Cream Brulee #FFE294

Tints of Cream Brulee #FFE294

Color information

#FFE294 (or 0xFFE294) is unknown color: approx Cream Brulee. HEX triplet: FF, E2 and 94. RGB value is (255,226,148). Sum of RGB (Red+Green+Blue) = 255+226+148=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE294 is #001D6B. Grayscale: #E2E2E2. Windows color (decimal): -7532 or 9757439. OLE color: 9757439.

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

Color convert

RGB255226148-
CMYK00.110.420
HSL43.74º100%79.02%-
HSV(B)43.74º41.96%100%-
XYZ73.7877.7939.14-
YUV225.7884.11148.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 148 (58.20% from 255) = 23.53%
R=40.54%
G=35.93%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522614800.110.42043.7410079.02
HexFFE2940B2A02c644f
Octal37734222401352054144117
Binary11111111111000101001010001011101010010110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE294; }

 p { color: rgb(255,226,148); }

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

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

 a { background-color: rgb(255,226,148); }

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

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

 span { border-color: rgb(255,226,148); }

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