Html Css Color HEX #EFEB8A Khaki

📋 copy color: '#EFEB8A'

red 239 ◦ green 235 ◦ blue 138

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

Shades of Khaki #EFEB8A

Tints of Khaki #EFEB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

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

R = 39.05%
G = 38.4%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFEB8A (or 0xEFEB8A) is known color: Khaki. HEX triplet: EF, EB and 8A. RGB value is (239,235,138). Sum of RGB (Red+Green+Blue) = 239+235+138=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8A is #101475. Grayscale: #E1E1E1. Windows color (decimal): -1053814 or 9104367. OLE color: 9104367.

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

Color convert

RGB 239 235 138 -
CMYK 0 0.02 0.42 0.06
HSL 57.62º 0.76% 0.74% -
HSV(B) 57.62º 0.42% 0.94% -
XYZ 69.89 79.6 35.73 -
YUV 225.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 239 235 138 0 0.02 0.42 0.06 57.62 0.76 0.74
Hex EF EB 8A 0 2 2A 6 3A 4C 4A
Octal 357 353 212 0 2 52 6 72 114 112
Binary 11101111 11101011 10001010 0 10 101010 110 111010 1001100 1001010

Color Harmonies of #EFEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB8A

Black with #EFEB8A

Text Example


Text Example

White with #EFEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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