#FFE296

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

Shades of Cream Brulee #FFE296

Tints of Cream Brulee #FFE296

Color information

#FFE296 (or 0xFFE296) is unknown color: approx Cream Brulee. HEX triplet: FF, E2 and 96. RGB value is (255,226,150). Sum of RGB (Red+Green+Blue) = 255+226+150=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE296 is #001D69. Grayscale: #E2E2E2. Windows color (decimal): -7530 or 9888511. OLE color: 9888511.

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

Color convert

RGB255226150-
CMYK00.110.410
HSL43.43º100%79.41%-
HSV(B)43.43º41.18%100%-
XYZ73.9477.8539.98-
YUV226.0185.11148.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 150 (58.98% from 255) = 23.77%
R=40.41%
G=35.82%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522615000.110.41043.4310079.41
HexFFE2960B2902b644f
Octal37734222601351053144117
Binary11111111111000101001011001011101001010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE296; }

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

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

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

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

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

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

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

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