Html Css Color HEX #FED186 Cherokee

📋 copy color: '#FED186'

red 254 ◦ green 209 ◦ blue 134

#FED186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FED186

Tints of Cherokee #FED186

RGB

 RED value IS 254 (99.61% from 255) = 42.55%

 GREEN value IS 209 (82.03% from 255) = 35.01%

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 42.55%
G = 35.01%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FED186 (or 0xFED186) is known color: Cherokee. HEX triplet: FE, D1 and 86. RGB value is (254,209,134). Sum of RGB (Red+Green+Blue) = 254+209+134=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED186 is #012E79. Grayscale: #D6D6D6. Windows color (decimal): -77434 or 8835582. OLE color: 8835582.

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

Color convert

RGB 254 209 134 -
CMYK 0 0.18 0.47 0.00
HSL 37.5º 0.98% 0.76% -
HSV(B) 37.5º 0.47% 1% -
XYZ 67.98 68.39 32.17 -
YUV 213.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 254 209 134 0 0.18 0.47 0.00 37.5 0.98 0.76
Hex FE D1 86 0 12 2F 0 26 62 4C
Octal 376 321 206 0 22 57 0 46 142 114
Binary 11111110 11010001 10000110 0 10010 101111 0 100110 1100010 1001100

Color Harmonies of #FED186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED186

Black with #FED186

Text Example


Text Example

White with #FED186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED186; }

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

 H1.HeaderClassName
 {
   color: #FED186;
 }
 .AnyTagClassName
 {
   color: #FED186;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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