Html Css Color HEX #FFED86 Khaki

📋 copy color: '#FFED86'

red 255 ◦ green 237 ◦ blue 134

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

Shades of Khaki #FFED86

Tints of Khaki #FFED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.86%

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

R = 40.73%
G = 37.86%
B = 21.41%

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

#FFED86 (or 0xFFED86) is known color: Khaki. HEX triplet: FF, ED and 86. RGB value is (255,237,134). Sum of RGB (Red+Green+Blue) = 255+237+134=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED86 is #001279. Grayscale: #E7E7E7. Windows color (decimal): -4730 or 8842751. OLE color: 8842751.

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

Color convert

RGB 255 237 134 -
CMYK 0 0.07 0.47 0
HSL 51.07º 1% 0.76% -
HSV(B) 51.07º 0.47% 1% -
XYZ 75.83 83.55 34.68 -
YUV 230.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 255 237 134 0 0.07 0.47 0 51.07 1 0.76
Hex FF ED 86 0 7 2F 0 33 64 4C
Octal 377 355 206 0 7 57 0 63 144 114
Binary 11111111 11101101 10000110 0 111 101111 0 110011 1100100 1001100

Color Harmonies of #FFED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED86

Black with #FFED86

Text Example


Text Example

White with #FFED86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED86; }

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

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

background-color css

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

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

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

border-color css

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

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

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