Html Css Color HEX #FEEE86 Khaki

📋 copy color: '#FEEE86'

red 254 ◦ green 238 ◦ blue 134

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

Shades of Khaki #FEEE86

Tints of Khaki #FEEE86

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.02%

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

R = 40.58%
G = 38.02%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEEE86 (or 0xFEEE86) is known color: Khaki. HEX triplet: FE, EE and 86. RGB value is (254,238,134). Sum of RGB (Red+Green+Blue) = 254+238+134=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEE86 is #011179. Grayscale: #E7E7E7. Windows color (decimal): -70010 or 8843006. OLE color: 8843006.

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

Color convert

RGB 254 238 134 -
CMYK 0 0.06 0.47 0.00
HSL 52º 0.98% 0.76% -
HSV(B) 52º 0.47% 1% -
XYZ 75.75 83.94 34.76 -
YUV 230.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 254 238 134 0 0.06 0.47 0.00 52 0.98 0.76
Hex FE EE 86 0 6 2F 0 34 62 4C
Octal 376 356 206 0 6 57 0 64 142 114
Binary 11111110 11101110 10000110 0 110 101111 0 110100 1100010 1001100

Color Harmonies of #FEEE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE86

Black with #FEEE86

Text Example


Text Example

White with #FEEE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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