Html Css Color HEX #EFEB8F Khaki

📋 copy color: '#EFEB8F'

red 239 ◦ green 235 ◦ blue 143

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

Shades of Khaki #EFEB8F

Tints of Khaki #EFEB8F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 143 (56.25% from 255) = 23.18%

R = 38.74%
G = 38.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFEB8F (or 0xEFEB8F) is known color: Khaki. HEX triplet: EF, EB and 8F. RGB value is (239,235,143). Sum of RGB (Red+Green+Blue) = 239+235+143=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8F is #101470. Grayscale: #E2E2E2. Windows color (decimal): -1053809 or 9432047. OLE color: 9432047.

HSL color Cylindrical-coordinate representation of color #EFEB8F: hue angle of 57.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFEB8F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 143 -
CMYK 0 0.02 0.40 0.06
HSL 57.5º 0.75% 0.75% -
HSV(B) 57.5º 0.4% 0.94% -
XYZ 70.26 79.75 37.68 -
YUV 225.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 239 235 143 0 0.02 0.40 0.06 57.5 0.75 0.75
Hex EF EB 8F 0 2 28 6 3A 4B 4B
Octal 357 353 217 0 2 50 6 72 113 113
Binary 11101111 11101011 10001111 0 10 101000 110 111010 1001011 1001011

Color Harmonies of #EFEB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB8F

Black with #EFEB8F

Text Example


Text Example

White with #EFEB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB8F; }

 p { color: rgb(239,235,143); }

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

background-color css

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

 a { background-color: rgb(239,235,143); }

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

border-color css

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

 span { border-color: rgb(239,235,143); }

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