Html Css Color HEX #FFEF86 Khaki

📋 copy color: '#FFEF86'

red 255 ◦ green 239 ◦ blue 134

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

Shades of Khaki #FFEF86

Tints of Khaki #FFEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.06%

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

R = 40.61%
G = 38.06%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFEF86 (or 0xFFEF86) is known color: Khaki. HEX triplet: FF, EF and 86. RGB value is (255,239,134). Sum of RGB (Red+Green+Blue) = 255+239+134=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 134 (52.73% from 255 or 21.34% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF86 is #001079. Grayscale: #E8E8E8. Windows color (decimal): -4218 or 8843263. OLE color: 8843263.

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

Color convert

RGB 255 239 134 -
CMYK 0 0.06 0.47 0
HSL 52.07º 1% 0.76% -
HSV(B) 52.07º 0.47% 1% -
XYZ 76.41 84.71 34.88 -
YUV 231.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 255 239 134 0 0.06 0.47 0 52.07 1 0.76
Hex FF EF 86 0 6 2F 0 34 64 4C
Octal 377 357 206 0 6 57 0 64 144 114
Binary 11111111 11101111 10000110 0 110 101111 0 110100 1100100 1001100

Color Harmonies of #FFEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF86

Black with #FFEF86

Text Example


Text Example

White with #FFEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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