Html Css Color HEX #EFE485 Khaki

📋 copy color: '#EFE485'

red 239 ◦ green 228 ◦ blue 133

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

Shades of Khaki #EFE485

Tints of Khaki #EFE485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38%

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

R = 39.83%
G = 38%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE485 (or 0xEFE485) is known color: Khaki. HEX triplet: EF, E4 and 85. RGB value is (239,228,133). Sum of RGB (Red+Green+Blue) = 239+228+133=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE485 is #101B7A. Grayscale: #DCDCDC. Windows color (decimal): -1055611 or 8774895. OLE color: 8774895.

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

Color convert

RGB 239 228 133 -
CMYK 0 0.05 0.44 0.06
HSL 53.77º 0.77% 0.73% -
HSV(B) 53.77º 0.44% 0.94% -
XYZ 67.57 75.53 33.21 -
YUV 220.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 239 228 133 0 0.05 0.44 0.06 53.77 0.77 0.73
Hex EF E4 85 0 5 2C 6 36 4D 49
Octal 357 344 205 0 5 54 6 66 115 111
Binary 11101111 11100100 10000101 0 101 101100 110 110110 1001101 1001001

Color Harmonies of #EFE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE485

Black with #EFE485

Text Example


Text Example

White with #EFE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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