Html Css Color HEX #FFEB86 Khaki

📋 copy color: '#FFEB86'

red 255 ◦ green 235 ◦ blue 134

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

Shades of Khaki #FFEB86

Tints of Khaki #FFEB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

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

R = 40.87%
G = 37.66%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFEB86 (or 0xFFEB86) is known color: Khaki. HEX triplet: FF, EB and 86. RGB value is (255,235,134). Sum of RGB (Red+Green+Blue) = 255+235+134=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 134 (52.73% from 255 or 21.47% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB86 is #001479. Grayscale: #E5E5E5. Windows color (decimal): -5242 or 8842239. OLE color: 8842239.

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

Color convert

RGB 255 235 134 -
CMYK 0 0.08 0.47 0
HSL 50.08º 1% 0.76% -
HSV(B) 50.08º 0.47% 1% -
XYZ 75.25 82.4 34.49 -
YUV 229.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 255 235 134 0 0.08 0.47 0 50.08 1 0.76
Hex FF EB 86 0 8 2F 0 32 64 4C
Octal 377 353 206 0 10 57 0 62 144 114
Binary 11111111 11101011 10000110 0 1000 101111 0 110010 1100100 1001100

Color Harmonies of #FFEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB86

Black with #FFEB86

Text Example


Text Example

White with #FFEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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