Html Css Color HEX #EFE092 Khaki

📋 copy color: '#EFE092'

red 239 ◦ green 224 ◦ blue 146

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

Shades of Khaki #EFE092

Tints of Khaki #EFE092

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.78%

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

R = 39.24%
G = 36.78%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE092 (or 0xEFE092) is known color: Khaki. HEX triplet: EF, E0 and 92. RGB value is (239,224,146). Sum of RGB (Red+Green+Blue) = 239+224+146=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE092 is #101F6D. Grayscale: #DBDBDB. Windows color (decimal): -1056622 or 9625839. OLE color: 9625839.

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

Color convert

RGB 239 224 146 -
CMYK 0 0.06 0.39 0.06
HSL 50.32º 0.74% 0.75% -
HSV(B) 50.32º 0.39% 0.94% -
XYZ 67.44 73.74 37.87 -
YUV 219.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 239 224 146 0 0.06 0.39 0.06 50.32 0.74 0.75
Hex EF E0 92 0 6 27 6 32 4A 4B
Octal 357 340 222 0 6 47 6 62 112 113
Binary 11101111 11100000 10010010 0 110 100111 110 110010 1001010 1001011

Color Harmonies of #EFE092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE092

Black with #EFE092

Text Example


Text Example

White with #EFE092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE092; }

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

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

background-color css

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

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

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

border-color css

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

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

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