Html Css Color HEX #FFEE86 Khaki

📋 copy color: '#FFEE86'

red 255 ◦ green 238 ◦ blue 134

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

Shades of Khaki #FFEE86

Tints of Khaki #FFEE86

RGB

 RED value IS 255 (100% from 255) = 40.67%

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

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

R = 40.67%
G = 37.96%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFEE86 (or 0xFFEE86) is known color: Khaki. HEX triplet: FF, EE and 86. RGB value is (255,238,134). Sum of RGB (Red+Green+Blue) = 255+238+134=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE86 is #001179. Grayscale: #E7E7E7. Windows color (decimal): -4474 or 8843007. OLE color: 8843007.

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

Color convert

RGB 255 238 134 -
CMYK 0 0.07 0.47 0
HSL 51.57º 1% 0.76% -
HSV(B) 51.57º 0.47% 1% -
XYZ 76.12 84.13 34.78 -
YUV 231.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 255 238 134 0 0.07 0.47 0 51.57 1 0.76
Hex FF EE 86 0 7 2F 0 34 64 4C
Octal 377 356 206 0 7 57 0 64 144 114
Binary 11111111 11101110 10000110 0 111 101111 0 110100 1100100 1001100

Color Harmonies of #FFEE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE86

Black with #FFEE86

Text Example


Text Example

White with #FFEE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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