Html Css Color HEX #FDEA89 Khaki

📋 copy color: '#FDEA89'

red 253 ◦ green 234 ◦ blue 137

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

Shades of Khaki #FDEA89

Tints of Khaki #FDEA89

RGB

 RED value IS 253 (99.22% from 255) = 40.54%

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

 BLUE value IS 137 (53.91% from 255) = 21.96%

R = 40.54%
G = 37.5%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDEA89 (or 0xFDEA89) is known color: Khaki. HEX triplet: FD, EA and 89. RGB value is (253,234,137). Sum of RGB (Red+Green+Blue) = 253+234+137=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 137 (53.91% from 255 or 21.96% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA89 is #021576. Grayscale: #E5E5E5. Windows color (decimal): -136567 or 9038589. OLE color: 9038589.

HSL color Cylindrical-coordinate representation of color #FDEA89: hue angle of 50.17º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDEA89 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 137 -
CMYK 0 0.08 0.46 0.01
HSL 50.17º 0.97% 0.76% -
HSV(B) 50.17º 0.46% 0.99% -
XYZ 74.45 81.53 35.48 -
YUV 228.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 253 234 137 0 0.08 0.46 0.01 50.17 0.97 0.76
Hex FD EA 89 0 8 2E 1 32 61 4C
Octal 375 352 211 0 10 56 1 62 141 114
Binary 11111101 11101010 10001001 0 1000 101110 1 110010 1100001 1001100

Color Harmonies of #FDEA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA89

Black with #FDEA89

Text Example


Text Example

White with #FDEA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA89; }

 p { color: rgb(253,234,137); }

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

background-color css

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

 a { background-color: rgb(253,234,137); }

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

border-color css

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

 span { border-color: rgb(253,234,137); }

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