Html Css Color HEX #FEEC86 Khaki

📋 copy color: '#FEEC86'

red 254 ◦ green 236 ◦ blue 134

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

Shades of Khaki #FEEC86

Tints of Khaki #FEEC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.82%

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

R = 40.71%
G = 37.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEEC86 (or 0xFEEC86) is known color: Khaki. HEX triplet: FE, EC and 86. RGB value is (254,236,134). Sum of RGB (Red+Green+Blue) = 254+236+134=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 134 (52.73% from 255 or 21.47% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEC86 is #011379. Grayscale: #E6E6E6. Windows color (decimal): -70522 or 8842494. OLE color: 8842494.

HSL color Cylindrical-coordinate representation of color #FEEC86: hue angle of 51º 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 #FEEC86 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 134 -
CMYK 0 0.07 0.47 0.00
HSL 51º 0.98% 0.76% -
HSV(B) 51º 0.47% 1% -
XYZ 75.17 82.78 34.57 -
YUV 229.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 254 236 134 0 0.07 0.47 0.00 51 0.98 0.76
Hex FE EC 86 0 7 2F 0 33 62 4C
Octal 376 354 206 0 7 57 0 63 142 114
Binary 11111110 11101100 10000110 0 111 101111 0 110011 1100010 1001100

Color Harmonies of #FEEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC86

Black with #FEEC86

Text Example


Text Example

White with #FEEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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