Html Css Color HEX #EFE785 Khaki

📋 copy color: '#EFE785'

red 239 ◦ green 231 ◦ blue 133

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

Shades of Khaki #EFE785

Tints of Khaki #EFE785

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.31%

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

R = 39.64%
G = 38.31%
B = 22.06%

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

#EFE785 (or 0xEFE785) is known color: Khaki. HEX triplet: EF, E7 and 85. RGB value is (239,231,133). Sum of RGB (Red+Green+Blue) = 239+231+133=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE785 is #10187A. Grayscale: #DEDEDE. Windows color (decimal): -1054843 or 8775663. OLE color: 8775663.

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

Color convert

RGB 239 231 133 -
CMYK 0 0.03 0.44 0.06
HSL 55.47º 0.77% 0.73% -
HSV(B) 55.47º 0.44% 0.94% -
XYZ 68.41 77.2 33.49 -
YUV 222.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 239 231 133 0 0.03 0.44 0.06 55.47 0.77 0.73
Hex EF E7 85 0 3 2C 6 37 4D 49
Octal 357 347 205 0 3 54 6 67 115 111
Binary 11101111 11100111 10000101 0 11 101100 110 110111 1001101 1001001

Color Harmonies of #EFE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE785

Black with #EFE785

Text Example


Text Example

White with #EFE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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