Html Css Color HEX #EFE78C Khaki

📋 copy color: '#EFE78C'

red 239 ◦ green 231 ◦ blue 140

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

Shades of Khaki #EFE78C

Tints of Khaki #EFE78C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.87%

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

R = 39.18%
G = 37.87%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE78C (or 0xEFE78C) is known color: Khaki. HEX triplet: EF, E7 and 8C. RGB value is (239,231,140). Sum of RGB (Red+Green+Blue) = 239+231+140=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE78C is #101873. Grayscale: #DFDFDF. Windows color (decimal): -1054836 or 9234415. OLE color: 9234415.

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

Color convert

RGB 239 231 140 -
CMYK 0 0.03 0.41 0.06
HSL 55.15º 0.76% 0.74% -
HSV(B) 55.15º 0.41% 0.94% -
XYZ 68.91 77.4 36.12 -
YUV 223.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 239 231 140 0 0.03 0.41 0.06 55.15 0.76 0.74
Hex EF E7 8C 0 3 29 6 37 4C 4A
Octal 357 347 214 0 3 51 6 67 114 112
Binary 11101111 11100111 10001100 0 11 101001 110 110111 1001100 1001010

Color Harmonies of #EFE78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE78C

Black with #EFE78C

Text Example


Text Example

White with #EFE78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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