#FEDC90

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

Shades of Cream Brulee #FEDC90

Tints of Cream Brulee #FEDC90

Color information

#FEDC90 (or 0xFEDC90) is unknown color: approx Cream Brulee. HEX triplet: FE, DC and 90. RGB value is (254,220,144). Sum of RGB (Red+Green+Blue) = 254+220+144=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC90 is #01236F. Grayscale: #DDDDDD. Windows color (decimal): -74608 or 9493758. OLE color: 9493758.

HSL color Cylindrical-coordinate representation of color #FEDC90: hue angle of 41.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEDC90 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254220144-
CMYK00.130.430.00
HSL41.45º98.21%78.04%-
HSV(B)41.45º43.31%99.61%-
XYZ71.574.2736.95-
YUV221.584.26151.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=41.10%
G=35.60%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422014400.130.430.0041.4598.2178.04
HexFEDC900D2B029624e
Octal37633422001553051142116
Binary11111110110111001001000001101101011010100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC90; }

 p { color: rgb(254,220,144); }

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

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

 a { background-color: rgb(254,220,144); }

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

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

 span { border-color: rgb(254,220,144); }

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