Html Css Color HEX #FEE885 Khaki

📋 copy color: '#FEE885'

red 254 ◦ green 232 ◦ blue 133

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

Shades of Khaki #FEE885

Tints of Khaki #FEE885

RGB

 RED value IS 254 (99.61% from 255) = 41.03%

 GREEN value IS 232 (91.02% from 255) = 37.48%

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

R = 41.03%
G = 37.48%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEE885 (or 0xFEE885) is known color: Khaki. HEX triplet: FE, E8 and 85. RGB value is (254,232,133). Sum of RGB (Red+Green+Blue) = 254+232+133=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE885 is #01177A. Grayscale: #E3E3E3. Windows color (decimal): -71547 or 8775934. OLE color: 8775934.

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

Color convert

RGB 254 232 133 -
CMYK 0 0.09 0.48 0.00
HSL 49.09º 0.98% 0.76% -
HSV(B) 49.09º 0.48% 1% -
XYZ 73.96 80.48 33.83 -
YUV 227.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 254 232 133 0 0.09 0.48 0.00 49.09 0.98 0.76
Hex FE E8 85 0 9 30 0 31 62 4C
Octal 376 350 205 0 11 60 0 61 142 114
Binary 11111110 11101000 10000101 0 1001 110000 0 110001 1100010 1001100

Color Harmonies of #FEE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE885

Black with #FEE885

Text Example


Text Example

White with #FEE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE885; }

 p { color: rgb(254,232,133); }

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

background-color css

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

 a { background-color: rgb(254,232,133); }

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

border-color css

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

 span { border-color: rgb(254,232,133); }

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