Html Css Color HEX #EFE685 Khaki

📋 copy color: '#EFE685'

red 239 ◦ green 230 ◦ blue 133

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

Shades of Khaki #EFE685

Tints of Khaki #EFE685

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.21%

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

R = 39.7%
G = 38.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE685 (or 0xEFE685) is known color: Khaki. HEX triplet: EF, E6 and 85. RGB value is (239,230,133). Sum of RGB (Red+Green+Blue) = 239+230+133=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE685 is #10197A. Grayscale: #DEDEDE. Windows color (decimal): -1055099 or 8775407. OLE color: 8775407.

HSL color Cylindrical-coordinate representation of color #EFE685: hue angle of 54.91º 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 #EFE685 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 133 -
CMYK 0 0.04 0.44 0.06
HSL 54.91º 0.77% 0.73% -
HSV(B) 54.91º 0.44% 0.94% -
XYZ 68.13 76.64 33.39 -
YUV 221.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 239 230 133 0 0.04 0.44 0.06 54.91 0.77 0.73
Hex EF E6 85 0 4 2C 6 37 4D 49
Octal 357 346 205 0 4 54 6 67 115 111
Binary 11101111 11100110 10000101 0 100 101100 110 110111 1001101 1001001

Color Harmonies of #EFE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE685

Black with #EFE685

Text Example


Text Example

White with #EFE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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