Html Css Color HEX #EFE68C Khaki

📋 copy color: '#EFE68C'

red 239 ◦ green 230 ◦ blue 140

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

Shades of Khaki #EFE68C

Tints of Khaki #EFE68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

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

R = 39.24%
G = 37.77%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE68C (or 0xEFE68C) is known color: Khaki. HEX triplet: EF, E6 and 8C. RGB value is (239,230,140). Sum of RGB (Red+Green+Blue) = 239+230+140=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68C is #101973. Grayscale: #DEDEDE. Windows color (decimal): -1055092 or 9234159. OLE color: 9234159.

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

Color convert

RGB 239 230 140 -
CMYK 0 0.04 0.41 0.06
HSL 54.55º 0.76% 0.74% -
HSV(B) 54.55º 0.41% 0.94% -
XYZ 68.63 76.84 36.03 -
YUV 222.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 239 230 140 0 0.04 0.41 0.06 54.55 0.76 0.74
Hex EF E6 8C 0 4 29 6 37 4C 4A
Octal 357 346 214 0 4 51 6 67 114 112
Binary 11101111 11100110 10001100 0 100 101001 110 110111 1001100 1001010

Color Harmonies of #EFE68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE68C

Black with #EFE68C

Text Example


Text Example

White with #EFE68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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