#FED185

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

Shades of Cherokee #FED185

Tints of Cherokee #FED185

Color information

#FED185 (or 0xFED185) is unknown color: approx Cherokee. HEX triplet: FE, D1 and 85. RGB value is (254,209,133). Sum of RGB (Red+Green+Blue) = 254+209+133=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED185 is #012E7A. Grayscale: #D6D6D6. Windows color (decimal): -77435 or 8770046. OLE color: 8770046.

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

Color convert

RGB254209133-
CMYK00.180.480.00
HSL37.69º98.37%75.88%-
HSV(B)37.69º47.64%99.61%-
XYZ67.9168.3731.81-
YUV213.7982.41156.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=42.62%
G=35.07%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420913300.180.480.0037.6998.3775.88
HexFED18501230026624c
Octal37632120502260046142114
Binary111111101101000110000101010010110000010011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED185; }

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

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

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

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

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

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

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

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