Html Css Color HEX #FEEA85 Khaki

📋 copy color: '#FEEA85'

red 254 ◦ green 234 ◦ blue 133

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

Shades of Khaki #FEEA85

Tints of Khaki #FEEA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.68%

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

R = 40.9%
G = 37.68%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEEA85 (or 0xFEEA85) is known color: Khaki. HEX triplet: FE, EA and 85. RGB value is (254,234,133). Sum of RGB (Red+Green+Blue) = 254+234+133=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA85 is #01157A. Grayscale: #E4E4E4. Windows color (decimal): -71035 or 8776446. OLE color: 8776446.

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

Color convert

RGB 254 234 133 -
CMYK 0 0.08 0.48 0.00
HSL 50.08º 0.98% 0.76% -
HSV(B) 50.08º 0.48% 1% -
XYZ 74.53 81.61 34.01 -
YUV 228.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 254 234 133 0 0.08 0.48 0.00 50.08 0.98 0.76
Hex FE EA 85 0 8 30 0 32 62 4C
Octal 376 352 205 0 10 60 0 62 142 114
Binary 11111110 11101010 10000101 0 1000 110000 0 110010 1100010 1001100

Color Harmonies of #FEEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA85

Black with #FEEA85

Text Example


Text Example

White with #FEEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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