Html Css Color HEX #EFEB8D Khaki

📋 copy color: '#EFEB8D'

red 239 ◦ green 235 ◦ blue 141

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

Shades of Khaki #EFEB8D

Tints of Khaki #EFEB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.93%

R = 38.86%
G = 38.21%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFEB8D (or 0xEFEB8D) is known color: Khaki. HEX triplet: EF, EB and 8D. RGB value is (239,235,141). Sum of RGB (Red+Green+Blue) = 239+235+141=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8D is #101472. Grayscale: #E1E1E1. Windows color (decimal): -1053811 or 9300975. OLE color: 9300975.

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

Color convert

RGB 239 235 141 -
CMYK 0 0.02 0.41 0.06
HSL 57.55º 0.75% 0.75% -
HSV(B) 57.55º 0.41% 0.94% -
XYZ 70.11 79.69 36.89 -
YUV 225.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 239 235 141 0 0.02 0.41 0.06 57.55 0.75 0.75
Hex EF EB 8D 0 2 29 6 3A 4B 4B
Octal 357 353 215 0 2 51 6 72 113 113
Binary 11101111 11101011 10001101 0 10 101001 110 111010 1001011 1001011

Color Harmonies of #EFEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB8D

Black with #EFEB8D

Text Example


Text Example

White with #EFEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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