Html Css Color HEX #EFE88D Khaki

📋 copy color: '#EFE88D'

red 239 ◦ green 232 ◦ blue 141

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

Shades of Khaki #EFE88D

Tints of Khaki #EFE88D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 39.05%
G = 37.91%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE88D (or 0xEFE88D) is known color: Khaki. HEX triplet: EF, E8 and 8D. RGB value is (239,232,141). Sum of RGB (Red+Green+Blue) = 239+232+141=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88D is #101772. Grayscale: #E0E0E0. Windows color (decimal): -1054579 or 9300207. OLE color: 9300207.

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

Color convert

RGB 239 232 141 -
CMYK 0 0.03 0.41 0.06
HSL 55.71º 0.75% 0.75% -
HSV(B) 55.71º 0.41% 0.94% -
XYZ 69.26 77.99 36.6 -
YUV 223.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 239 232 141 0 0.03 0.41 0.06 55.71 0.75 0.75
Hex EF E8 8D 0 3 29 6 38 4B 4B
Octal 357 350 215 0 3 51 6 70 113 113
Binary 11101111 11101000 10001101 0 11 101001 110 111000 1001011 1001011

Color Harmonies of #EFE88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE88D

Black with #EFE88D

Text Example


Text Example

White with #EFE88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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