Html Css Color HEX #EFE68E Khaki

📋 copy color: '#EFE68E'

red 239 ◦ green 230 ◦ blue 142

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

Shades of Khaki #EFE68E

Tints of Khaki #EFE68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.24%

R = 39.12%
G = 37.64%
B = 23.24%

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

#EFE68E (or 0xEFE68E) is known color: Khaki. HEX triplet: EF, E6 and 8E. RGB value is (239,230,142). Sum of RGB (Red+Green+Blue) = 239+230+142=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68E is #101971. Grayscale: #DFDFDF. Windows color (decimal): -1055090 or 9365231. OLE color: 9365231.

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

Color convert

RGB 239 230 142 -
CMYK 0 0.04 0.41 0.06
HSL 54.43º 0.75% 0.75% -
HSV(B) 54.43º 0.41% 0.94% -
XYZ 68.78 76.9 36.81 -
YUV 222.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 239 230 142 0 0.04 0.41 0.06 54.43 0.75 0.75
Hex EF E6 8E 0 4 29 6 36 4B 4B
Octal 357 346 216 0 4 51 6 66 113 113
Binary 11101111 11100110 10001110 0 100 101001 110 110110 1001011 1001011

Color Harmonies of #EFE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE68E

Black with #EFE68E

Text Example


Text Example

White with #EFE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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