Html Css Color HEX #EFE392 Khaki

📋 copy color: '#EFE392'

red 239 ◦ green 227 ◦ blue 146

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

Shades of Khaki #EFE392

Tints of Khaki #EFE392

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

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

R = 39.05%
G = 37.09%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE392 (or 0xEFE392) is known color: Khaki. HEX triplet: EF, E3 and 92. RGB value is (239,227,146). Sum of RGB (Red+Green+Blue) = 239+227+146=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE392 is #101C6D. Grayscale: #DDDDDD. Windows color (decimal): -1055854 or 9626607. OLE color: 9626607.

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

Color convert

RGB 239 227 146 -
CMYK 0 0.05 0.39 0.06
HSL 52.26º 0.74% 0.75% -
HSV(B) 52.26º 0.39% 0.94% -
XYZ 68.25 75.36 38.14 -
YUV 221.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 239 227 146 0 0.05 0.39 0.06 52.26 0.74 0.75
Hex EF E3 92 0 5 27 6 34 4A 4B
Octal 357 343 222 0 5 47 6 64 112 113
Binary 11101111 11100011 10010010 0 101 100111 110 110100 1001010 1001011

Color Harmonies of #EFE392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE392

Black with #EFE392

Text Example


Text Example

White with #EFE392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE392; }

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

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

background-color css

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

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

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

border-color css

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

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

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