Html Css Color HEX #FED185 Cherokee

📋 copy color: '#FED185'

red 254 ◦ green 209 ◦ blue 133

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

Shades of Cherokee #FED185

Tints of Cherokee #FED185

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 value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED185 (or 0xFED185) is known color: 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

RGB 254 209 133 -
CMYK 0 0.18 0.48 0.00
HSL 37.69º 0.98% 0.76% -
HSV(B) 37.69º 0.48% 1% -
XYZ 67.91 68.37 31.81 -
YUV 213.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 254 209 133 0 0.18 0.48 0.00 37.69 0.98 0.76
Hex FE D1 85 0 12 30 0 26 62 4C
Octal 376 321 205 0 22 60 0 46 142 114
Binary 11111110 11010001 10000101 0 10010 110000 0 100110 1100010 1001100

Color Harmonies of #FED185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED185

Black with #FED185

Text Example


Text Example

White with #FED185

Text Example


Text Example

HTML Codes & Css Web 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>