Html Css Color HEX #EFE68A Khaki

📋 copy color: '#EFE68A'

red 239 ◦ green 230 ◦ blue 138

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

Shades of Khaki #EFE68A

Tints of Khaki #EFE68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.73%

R = 39.37%
G = 37.89%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE68A (or 0xEFE68A) is known color: Khaki. HEX triplet: EF, E6 and 8A. RGB value is (239,230,138). Sum of RGB (Red+Green+Blue) = 239+230+138=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68A is #101975. Grayscale: #DEDEDE. Windows color (decimal): -1055094 or 9103087. OLE color: 9103087.

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

Color convert

RGB 239 230 138 -
CMYK 0 0.04 0.42 0.06
HSL 54.65º 0.76% 0.74% -
HSV(B) 54.65º 0.42% 0.94% -
XYZ 68.48 76.78 35.26 -
YUV 222.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 239 230 138 0 0.04 0.42 0.06 54.65 0.76 0.74
Hex EF E6 8A 0 4 2A 6 37 4C 4A
Octal 357 346 212 0 4 52 6 67 114 112
Binary 11101111 11100110 10001010 0 100 101010 110 110111 1001100 1001010

Color Harmonies of #EFE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE68A

Black with #EFE68A

Text Example


Text Example

White with #EFE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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