Html Css Color HEX #EFE585 Khaki

📋 copy color: '#EFE585'

red 239 ◦ green 229 ◦ blue 133

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

Shades of Khaki #EFE585

Tints of Khaki #EFE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.1%

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

R = 39.77%
G = 38.1%
B = 22.13%

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

#EFE585 (or 0xEFE585) is known color: Khaki. HEX triplet: EF, E5 and 85. RGB value is (239,229,133). Sum of RGB (Red+Green+Blue) = 239+229+133=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE585 is #101A7A. Grayscale: #DDDDDD. Windows color (decimal): -1055355 or 8775151. OLE color: 8775151.

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

Color convert

RGB 239 229 133 -
CMYK 0 0.04 0.44 0.06
HSL 54.34º 0.77% 0.73% -
HSV(B) 54.34º 0.44% 0.94% -
XYZ 67.85 76.08 33.3 -
YUV 221.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 239 229 133 0 0.04 0.44 0.06 54.34 0.77 0.73
Hex EF E5 85 0 4 2C 6 36 4D 49
Octal 357 345 205 0 4 54 6 66 115 111
Binary 11101111 11100101 10000101 0 100 101100 110 110110 1001101 1001001

Color Harmonies of #EFE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE585

Black with #EFE585

Text Example


Text Example

White with #EFE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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