Html Css Color HEX #EFE885 Khaki

📋 copy color: '#EFE885'

red 239 ◦ green 232 ◦ blue 133

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

Shades of Khaki #EFE885

Tints of Khaki #EFE885

RGB

 RED value IS 239 (93.75% from 255) = 39.57%

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

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

R = 39.57%
G = 38.41%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE885 (or 0xEFE885) is known color: Khaki. HEX triplet: EF, E8 and 85. RGB value is (239,232,133). Sum of RGB (Red+Green+Blue) = 239+232+133=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE885 is #10177A. Grayscale: #DFDFDF. Windows color (decimal): -1054587 or 8775919. OLE color: 8775919.

HSL color Cylindrical-coordinate representation of color #EFE885: hue angle of 56.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE885 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 133 -
CMYK 0 0.03 0.44 0.06
HSL 56.04º 0.77% 0.73% -
HSV(B) 56.04º 0.44% 0.94% -
XYZ 68.69 77.76 33.58 -
YUV 222.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 239 232 133 0 0.03 0.44 0.06 56.04 0.77 0.73
Hex EF E8 85 0 3 2C 6 38 4D 49
Octal 357 350 205 0 3 54 6 70 115 111
Binary 11101111 11101000 10000101 0 11 101100 110 111000 1001101 1001001

Color Harmonies of #EFE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE885

Black with #EFE885

Text Example


Text Example

White with #EFE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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