#FED189

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

Shades of Cherokee #FED189

Tints of Cherokee #FED189

Color information

#FED189 (or 0xFED189) is unknown color: approx Cherokee. HEX triplet: FE, D1 and 89. RGB value is (254,209,137). Sum of RGB (Red+Green+Blue) = 254+209+137=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED189 is #012E76. Grayscale: #D6D6D6. Windows color (decimal): -77431 or 9032190. OLE color: 9032190.

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

Color convert

RGB254209137-
CMYK00.180.460.00
HSL36.92º98.32%76.67%-
HSV(B)36.92º46.06%99.61%-
XYZ68.1968.4833.29-
YUV214.2584.41156.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 137 (53.91% from 255) = 22.83%
R=42.33%
G=34.83%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420913700.180.460.0036.9298.3276.67
HexFED1890122E025624d
Octal37632121102256045142115
Binary111111101101000110001001010010101110010010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED189; }

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

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

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

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

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

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

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

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