Html Css Color HEX #EFE98C Khaki

📋 copy color: '#EFE98C'

red 239 ◦ green 233 ◦ blue 140

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

Shades of Khaki #EFE98C

Tints of Khaki #EFE98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 39.05%
G = 38.07%
B = 22.88%

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

#EFE98C (or 0xEFE98C) is known color: Khaki. HEX triplet: EF, E9 and 8C. RGB value is (239,233,140). Sum of RGB (Red+Green+Blue) = 239+233+140=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98C is #101673. Grayscale: #E0E0E0. Windows color (decimal): -1054324 or 9234927. OLE color: 9234927.

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

Color convert

RGB 239 233 140 -
CMYK 0 0.03 0.41 0.06
HSL 56.36º 0.76% 0.74% -
HSV(B) 56.36º 0.41% 0.94% -
XYZ 69.47 78.52 36.31 -
YUV 224.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 239 233 140 0 0.03 0.41 0.06 56.36 0.76 0.74
Hex EF E9 8C 0 3 29 6 38 4C 4A
Octal 357 351 214 0 3 51 6 70 114 112
Binary 11101111 11101001 10001100 0 11 101001 110 111000 1001100 1001010

Color Harmonies of #EFE98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE98C

Black with #EFE98C

Text Example


Text Example

White with #EFE98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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