#FFEB85

Color #FFEB85 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #FFEB85

Tints of Khaki #FFEB85

Color information

#FFEB85 (or 0xFFEB85) is unknown color: approx Khaki. HEX triplet: FF, EB and 85. RGB value is (255,235,133). Sum of RGB (Red+Green+Blue) = 255+235+133=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB85 is #00147A. Grayscale: #E5E5E5. Windows color (decimal): -5243 or 8776703. OLE color: 8776703.

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

Color convert

RGB255235133-
CMYK00.080.480
HSL50.16º100%76.08%-
HSV(B)50.16º47.84%100%-
XYZ75.1882.3734.13-
YUV229.3573.63146.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=40.93%
G=37.72%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523513300.080.48050.1610076.08
HexFFEB850830032644c
Octal37735320501060062144114
Binary11111111111010111000010101000110000011001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB85; }

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

 H1.HeaderClassName
 {
   color: #FFEB85;
 }
 .AnyTagClassName
 {
   color: #FFEB85;
 }
</style>
background-color css

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

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

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

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

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

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