Html Css Color HEX #FFEB85 Khaki

📋 copy color: '#FFEB85'

red 255 ◦ green 235 ◦ blue 133

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

Shades of Khaki #FFEB85

Tints of Khaki #FFEB85

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 value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFEB85 (or 0xFFEB85) is known color: 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

RGB 255 235 133 -
CMYK 0 0.08 0.48 0
HSL 50.16º 1% 0.76% -
HSV(B) 50.16º 0.48% 1% -
XYZ 75.18 82.37 34.13 -
YUV 229.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 255 235 133 0 0.08 0.48 0 50.16 1 0.76
Hex FF EB 85 0 8 30 0 32 64 4C
Octal 377 353 205 0 10 60 0 62 144 114
Binary 11111111 11101011 10000101 0 1000 110000 0 110010 1100100 1001100

Color Harmonies of #FFEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB85

Black with #FFEB85

Text Example


Text Example

White with #FFEB85

Text Example


Text Example

HTML Codes & Css Web 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>