#FFE194

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

Shades of Cream Brulee #FFE194

Tints of Cream Brulee #FFE194

Color information

#FFE194 (or 0xFFE194) is unknown color: approx Cream Brulee. HEX triplet: FF, E1 and 94. RGB value is (255,225,148). Sum of RGB (Red+Green+Blue) = 255+225+148=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE194 is #001E6B. Grayscale: #E1E1E1. Windows color (decimal): -7788 or 9757183. OLE color: 9757183.

HSL color Cylindrical-coordinate representation of color #FFE194: hue angle of 43.18º 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 #FFE194 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255225148-
CMYK00.120.420
HSL43.18º100%79.02%-
HSV(B)43.18º41.96%100%-
XYZ73.5177.2539.05-
YUV225.1984.44149.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 148 (58.20% from 255) = 23.57%
R=40.61%
G=35.83%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522514800.120.42043.1810079.02
HexFFE1940C2A02b644f
Octal37734122401452053144117
Binary11111111111000011001010001100101010010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE194; }

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

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

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

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

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

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

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

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