Html Css Color HEX #FFEC85 Khaki

📋 copy color: '#FFEC85'

red 255 ◦ green 236 ◦ blue 133

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

Shades of Khaki #FFEC85

Tints of Khaki #FFEC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.82%

 BLUE value IS 133 (52.34% from 255) = 21.31%

R = 40.87%
G = 37.82%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFEC85 (or 0xFFEC85) is known color: Khaki. HEX triplet: FF, EC and 85. RGB value is (255,236,133). Sum of RGB (Red+Green+Blue) = 255+236+133=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC85 is #00137A. Grayscale: #E6E6E6. Windows color (decimal): -4987 or 8776959. OLE color: 8776959.

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

Color convert

RGB 255 236 133 -
CMYK 0 0.07 0.48 0
HSL 50.66º 1% 0.76% -
HSV(B) 50.66º 0.48% 1% -
XYZ 75.47 82.94 34.22 -
YUV 229.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 255 236 133 0 0.07 0.48 0 50.66 1 0.76
Hex FF EC 85 0 7 30 0 33 64 4C
Octal 377 354 205 0 7 60 0 63 144 114
Binary 11111111 11101100 10000101 0 111 110000 0 110011 1100100 1001100

Color Harmonies of #FFEC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC85

Black with #FFEC85

Text Example


Text Example

White with #FFEC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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