Html Css Color HEX #EFE892 Khaki

📋 copy color: '#EFE892'

red 239 ◦ green 232 ◦ blue 146

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

Shades of Khaki #EFE892

Tints of Khaki #EFE892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.66%

R = 38.74%
G = 37.6%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE892 (or 0xEFE892) is known color: Khaki. HEX triplet: EF, E8 and 92. RGB value is (239,232,146). Sum of RGB (Red+Green+Blue) = 239+232+146=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE892 is #10176D. Grayscale: #E0E0E0. Windows color (decimal): -1054574 or 9627887. OLE color: 9627887.

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

Color convert

RGB 239 232 146 -
CMYK 0 0.03 0.39 0.06
HSL 55.48º 0.74% 0.75% -
HSV(B) 55.48º 0.39% 0.94% -
XYZ 69.64 78.14 38.61 -
YUV 224.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 239 232 146 0 0.03 0.39 0.06 55.48 0.74 0.75
Hex EF E8 92 0 3 27 6 37 4A 4B
Octal 357 350 222 0 3 47 6 67 112 113
Binary 11101111 11101000 10010010 0 11 100111 110 110111 1001010 1001011

Color Harmonies of #EFE892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE892

Black with #EFE892

Text Example


Text Example

White with #EFE892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE892; }

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

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

background-color css

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

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

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

border-color css

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

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

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