#FFE69A

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

Shades of Cream Brulee #FFE69A

Tints of Cream Brulee #FFE69A

Color information

#FFE69A (or 0xFFE69A) is unknown color: approx Cream Brulee. HEX triplet: FF, E6 and 9A. RGB value is (255,230,154). Sum of RGB (Red+Green+Blue) = 255+230+154=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE69A is #001965. Grayscale: #E5E5E5. Windows color (decimal): -6502 or 10151679. OLE color: 10151679.

HSL color Cylindrical-coordinate representation of color #FFE69A: hue angle of 45.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFE69A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255230154-
CMYK00.100.400
HSL45.15º100%80.2%-
HSV(B)45.15º39.61%100%-
XYZ75.3780.1942.08-
YUV228.8185.78146.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 154 (60.55% from 255) = 24.10%
R=39.91%
G=35.99%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523015400.100.40045.1510080.2
HexFFE69A0A2802d6450
Octal37734623201250055144120
Binary11111111111001101001101001010101000010110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE69A; }

 p { color: rgb(255,230,154); }

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

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

 a { background-color: rgb(255,230,154); }

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

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

 span { border-color: rgb(255,230,154); }

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