#FEDC93

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

Shades of Cream Brulee #FEDC93

Tints of Cream Brulee #FEDC93

Color information

#FEDC93 (or 0xFEDC93) is unknown color: approx Cream Brulee. HEX triplet: FE, DC and 93. RGB value is (254,220,147). Sum of RGB (Red+Green+Blue) = 254+220+147=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC93 is #01236C. Grayscale: #DEDEDE. Windows color (decimal): -74605 or 9690366. OLE color: 9690366.

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

Color convert

RGB254220147-
CMYK00.130.420.00
HSL40.93º98.17%78.63%-
HSV(B)40.93º42.13%99.61%-
XYZ71.7374.3638.18-
YUV221.8485.76150.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 147 (57.81% from 255) = 23.67%
R=40.90%
G=35.43%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422014700.130.420.0040.9398.1778.63
HexFEDC930D2A029624f
Octal37633422301552051142117
Binary11111110110111001001001101101101010010100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC93; }

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

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

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

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

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

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

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

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