Html Css Color HEX #EFE18F Khaki

📋 copy color: '#EFE18F'

red 239 ◦ green 225 ◦ blue 143

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

Shades of Khaki #EFE18F

Tints of Khaki #EFE18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

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

R = 39.37%
G = 37.07%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE18F (or 0xEFE18F) is known color: Khaki. HEX triplet: EF, E1 and 8F. RGB value is (239,225,143). Sum of RGB (Red+Green+Blue) = 239+225+143=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE18F is #101E70. Grayscale: #DCDCDC. Windows color (decimal): -1056369 or 9429487. OLE color: 9429487.

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

Color convert

RGB 239 225 143 -
CMYK 0 0.06 0.40 0.06
HSL 51.25º 0.75% 0.75% -
HSV(B) 51.25º 0.4% 0.94% -
XYZ 67.48 74.18 36.75 -
YUV 219.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 239 225 143 0 0.06 0.40 0.06 51.25 0.75 0.75
Hex EF E1 8F 0 6 28 6 33 4B 4B
Octal 357 341 217 0 6 50 6 63 113 113
Binary 11101111 11100001 10001111 0 110 101000 110 110011 1001011 1001011

Color Harmonies of #EFE18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE18F

Black with #EFE18F

Text Example


Text Example

White with #EFE18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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