Html Css Color HEX #EFE18C Khaki

📋 copy color: '#EFE18C'

red 239 ◦ green 225 ◦ blue 140

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

Shades of Khaki #EFE18C

Tints of Khaki #EFE18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 39.57%
G = 37.25%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE18C (or 0xEFE18C) is known color: Khaki. HEX triplet: EF, E1 and 8C. RGB value is (239,225,140). Sum of RGB (Red+Green+Blue) = 239+225+140=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE18C is #101E73. Grayscale: #DBDBDB. Windows color (decimal): -1056372 or 9232879. OLE color: 9232879.

HSL color Cylindrical-coordinate representation of color #EFE18C: hue angle of 51.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE18C is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 140 -
CMYK 0 0.06 0.41 0.06
HSL 51.52º 0.76% 0.74% -
HSV(B) 51.52º 0.41% 0.94% -
XYZ 67.26 74.09 35.57 -
YUV 219.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 239 225 140 0 0.06 0.41 0.06 51.52 0.76 0.74
Hex EF E1 8C 0 6 29 6 34 4C 4A
Octal 357 341 214 0 6 51 6 64 114 112
Binary 11101111 11100001 10001100 0 110 101001 110 110100 1001100 1001010

Color Harmonies of #EFE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE18C

Black with #EFE18C

Text Example


Text Example

White with #EFE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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