#FED19E

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

Shades of Caramel #FED19E

Tints of Caramel #FED19E

Color information

#FED19E (or 0xFED19E) is unknown color: approx Caramel. HEX triplet: FE, D1 and 9E. RGB value is (254,209,158). Sum of RGB (Red+Green+Blue) = 254+209+158=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED19E is #012E61. Grayscale: #D8D8D8. Windows color (decimal): -77410 or 10408446. OLE color: 10408446.

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

Color convert

RGB254209158-
CMYK00.180.380.00
HSL31.88º97.96%80.78%-
HSV(B)31.88º37.8%99.61%-
XYZ69.8569.1442.01-
YUV216.6494.91154.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=40.90%
G=33.66%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420915800.180.380.0031.8897.9680.78
HexFED19E012260206251
Octal37632123602246040142121
Binary111111101101000110011110010010100110010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED19E; }

 p { color: rgb(254,209,158); }

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

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

 a { background-color: rgb(254,209,158); }

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

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

 span { border-color: rgb(254,209,158); }

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