#FED18C

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

Shades of Cherokee #FED18C

Tints of Cherokee #FED18C

Color information

#FED18C (or 0xFED18C) is unknown color: approx Cherokee. HEX triplet: FE, D1 and 8C. RGB value is (254,209,140). Sum of RGB (Red+Green+Blue) = 254+209+140=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18C is #012E73. Grayscale: #D6D6D6. Windows color (decimal): -77428 or 9228798. OLE color: 9228798.

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

Color convert

RGB254209140-
CMYK00.180.450.00
HSL36.32º98.28%77.25%-
HSV(B)36.32º44.88%99.61%-
XYZ68.4168.5734.44-
YUV214.5985.91156.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 140 (55.08% from 255) = 23.22%
R=42.12%
G=34.66%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420914000.180.450.0036.3298.2877.25
HexFED18C0122D024624d
Octal37632121402255044142115
Binary111111101101000110001100010010101101010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED18C; }

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

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

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

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

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

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

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

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