Html Css Color HEX #FEEB85 Khaki

📋 copy color: '#FEEB85'

red 254 ◦ green 235 ◦ blue 133

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

Shades of Khaki #FEEB85

Tints of Khaki #FEEB85

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

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

R = 40.84%
G = 37.78%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEEB85 (or 0xFEEB85) is known color: Khaki. HEX triplet: FE, EB and 85. RGB value is (254,235,133). Sum of RGB (Red+Green+Blue) = 254+235+133=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 133 (52.34% from 255 or 21.38% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB85 is #01147A. Grayscale: #E5E5E5. Windows color (decimal): -70779 or 8776702. OLE color: 8776702.

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

Color convert

RGB 254 235 133 -
CMYK 0 0.07 0.48 0.00
HSL 50.58º 0.98% 0.76% -
HSV(B) 50.58º 0.48% 1% -
XYZ 74.82 82.18 34.11 -
YUV 229.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 254 235 133 0 0.07 0.48 0.00 50.58 0.98 0.76
Hex FE EB 85 0 7 30 0 33 62 4C
Octal 376 353 205 0 7 60 0 63 142 114
Binary 11111110 11101011 10000101 0 111 110000 0 110011 1100010 1001100

Color Harmonies of #FEEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB85

Black with #FEEB85

Text Example


Text Example

White with #FEEB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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