#FED188

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

Shades of Cherokee #FED188

Tints of Cherokee #FED188

Color information

#FED188 (or 0xFED188) is unknown color: approx Cherokee. HEX triplet: FE, D1 and 88. RGB value is (254,209,136). Sum of RGB (Red+Green+Blue) = 254+209+136=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED188 is #012E77. Grayscale: #D6D6D6. Windows color (decimal): -77432 or 8966654. OLE color: 8966654.

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

Color convert

RGB254209136-
CMYK00.180.460.00
HSL37.12º98.33%76.47%-
HSV(B)37.12º46.46%99.61%-
XYZ68.1268.4532.91-
YUV214.1383.91156.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 136 (53.52% from 255) = 22.70%
R=42.40%
G=34.89%
B=22.70%

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
Decimal25420913600.180.460.0037.1298.3376.47
HexFED1880122E025624c
Octal37632121002256045142114
Binary111111101101000110001000010010101110010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED188; }

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

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

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

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

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

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

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

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